Changeset 26570 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 16, 2010 12:15:32 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57752
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r26303 r26570 2973 2973 ASMAtomicWriteSize(pPdeDst, PdeDst.u); 2974 2974 2975 pgmLock(pVM);2976 2975 rc = PGM_BTH_NAME(SyncPage)(pVCpu, PdeSrc, GCPtrPage, PGM_SYNC_NR_PAGES, 0 /* page not present */); 2977 pgmUnlock(pVM);2978 2976 STAM_PROFILE_STOP(&pVCpu->pgm.s.CTX_MID_Z(Stat,SyncPT), a); 2979 2977 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.