VirtualBox

Changeset 18073 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Mar 18, 2009 5:05:00 PM (16 years ago)
Author:
vboxsync
Message:

debugger: make it a bit more working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

    r17795 r18073  
    11271127VMMDECL(int) PGMPhysGCPtr2CCPtrReadOnly(PVM pVM, RTGCPTR GCPtr, void const **ppv, PPGMPAGEMAPLOCK pLock)
    11281128{
    1129     VM_ASSERT_EMT(pVM);
     1129    /* Debugger uses this API too */
     1130    //VM_ASSERT_EMT(pVM);
    11301131    RTGCPHYS GCPhys;
    11311132    int rc = PGMPhysGCPtr2GCPhys(pVM, GCPtr, &GCPhys);
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