Changeset 18279 in vbox
- Timestamp:
- Mar 25, 2009 8:06:01 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45029
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r18266 r18279 1196 1196 VMMDECL(int) PGMPhysGCPtr2CCPtrReadOnly(PVM pVM, RTGCPTR GCPtr, void const **ppv, PPGMPAGEMAPLOCK pLock) 1197 1197 { 1198 /* Debugger uses this API too */ 1199 //VM_ASSERT_EMT(pVM); 1198 VM_ASSERT_EMT(pVM); 1200 1199 RTGCPHYS GCPhys; 1201 1200 int rc = PGMPhysGCPtr2GCPhys(pVM, GCPtr, &GCPhys);
Note:
See TracChangeset
for help on using the changeset viewer.