Changeset 20767 in vbox
- Timestamp:
- Jun 22, 2009 12:02:31 PM (15 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r20762 r20767 2546 2546 { 2547 2547 STAM_PROFILE_START(&pVCpu->pgm.s.CTX_MID_Z(Stat,SyncCR3), a); 2548 pgmLock(pVM); 2548 2549 unsigned cErrors = PGM_BTH_PFN(AssertCR3, pVCpu)(pVCpu, cr3, cr4, 0, ~(RTGCPTR)0); 2550 pgmUnlock(pVM); 2549 2551 STAM_PROFILE_STOP(&pVCpu->pgm.s.CTX_MID_Z(Stat,SyncCR3), a); 2550 2552 return cErrors; -
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r20765 r20767 1619 1619 State.pVM = pVM; 1620 1620 1621 Assert(PGMIsLockOwner(pVM)); 1622 1621 1623 /* 1622 1624 * Check the RAM flags against the handlers.
Note:
See TracChangeset
for help on using the changeset viewer.