VirtualBox

Changeset 20075 in vbox


Ignore:
Timestamp:
May 27, 2009 12:21:40 PM (15 years ago)
Author:
vboxsync
Message:

Dropped all the assertiosn

File:
1 edited

Legend:

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

    r20074 r20075  
    28412841    Assert(!PGMIsLockOwner(pVM));
    28422842
    2843     EMR3RemLock(pVM);
    2844 
    28452843    /*
    28462844     * Base ram? Update GCPhysLastRam.
     
    28902888    Assert(cb);
    28912889    Assert(RT_ALIGN_Z(cb, PAGE_SIZE) == cb);
    2892     Assert(!PGMIsLockOwner(pVM));
    28932890
    28942891    EMR3RemLock(pVM);
     
    29252922    Assert(cb);
    29262923    Assert(RT_ALIGN_Z(cb, PAGE_SIZE) == cb);
    2927 /* Locked during termination */
    2928 //    Assert(!PGMIsLockOwner(pVM));
    29292924
    29302925    EMR3RemLock(pVM);
     
    29632958    Assert(RT_ALIGN_T(GCPhys, PAGE_SIZE, RTGCPHYS) == GCPhys);
    29642959    Assert(RT_ALIGN_T(cb, PAGE_SIZE, RTGCPHYS) == cb);
    2965     Assert(!PGMIsLockOwner(pVM));
    29662960
    29672961    EMR3RemLock(pVM);
     
    29982992          enmType, GCPhys, cb, fHasHCHandler, fRestoreAsRAM, MMR3PhysGetRamSize(pVM)));
    29992993    VM_ASSERT_EMT(pVM);
    3000     Assert(!PGMIsLockOwner(pVM));
    30012994
    30022995    EMR3RemLock(pVM);
     
    30493042    VM_ASSERT_EMT(pVM);
    30503043    AssertReleaseMsg(enmType != PGMPHYSHANDLERTYPE_MMIO, ("enmType=%d\n", enmType));
    3051     Assert(!PGMIsLockOwner(pVM));
    30523044
    30533045    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