VirtualBox

Changeset 20074 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
May 27, 2009 12:18:34 PM (16 years ago)
Author:
vboxsync
Message:

Previous fix at the wrong place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r20073 r20074  
    29252925    Assert(cb);
    29262926    Assert(RT_ALIGN_Z(cb, PAGE_SIZE) == cb);
    2927     Assert(!PGMIsLockOwner(pVM));
     2927/* Locked during termination */
     2928//    Assert(!PGMIsLockOwner(pVM));
    29282929
    29292930    EMR3RemLock(pVM);
     
    29972998          enmType, GCPhys, cb, fHasHCHandler, fRestoreAsRAM, MMR3PhysGetRamSize(pVM)));
    29982999    VM_ASSERT_EMT(pVM);
    2999 /* Locked during termination */
    3000 //    Assert(!PGMIsLockOwner(pVM));
     3000    Assert(!PGMIsLockOwner(pVM));
    30013001
    30023002    EMR3RemLock(pVM);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette