Changeset 20074 in vbox for trunk/src/recompiler
- Timestamp:
- May 27, 2009 12:18:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r20073 r20074 2925 2925 Assert(cb); 2926 2926 Assert(RT_ALIGN_Z(cb, PAGE_SIZE) == cb); 2927 Assert(!PGMIsLockOwner(pVM)); 2927 /* Locked during termination */ 2928 // Assert(!PGMIsLockOwner(pVM)); 2928 2929 2929 2930 EMR3RemLock(pVM); … … 2997 2998 enmType, GCPhys, cb, fHasHCHandler, fRestoreAsRAM, MMR3PhysGetRamSize(pVM))); 2998 2999 VM_ASSERT_EMT(pVM); 2999 /* Locked during termination */ 3000 // Assert(!PGMIsLockOwner(pVM)); 3000 Assert(!PGMIsLockOwner(pVM)); 3001 3001 3002 3002 EMR3RemLock(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.