Changeset 18073 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Mar 18, 2009 5:05:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r17795 r18073 1127 1127 VMMDECL(int) PGMPhysGCPtr2CCPtrReadOnly(PVM pVM, RTGCPTR GCPtr, void const **ppv, PPGMPAGEMAPLOCK pLock) 1128 1128 { 1129 VM_ASSERT_EMT(pVM); 1129 /* Debugger uses this API too */ 1130 //VM_ASSERT_EMT(pVM); 1130 1131 RTGCPHYS GCPhys; 1131 1132 int rc = PGMPhysGCPtr2GCPhys(pVM, GCPtr, &GCPhys);
Note:
See TracChangeset
for help on using the changeset viewer.