Changeset 14560 in vbox
- Timestamp:
- Nov 25, 2008 10:14:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r14559 r14560 2195 2195 /* Convert virtual to physical address */ 2196 2196 rc = PGMPhysGCPtr2GCPhys(pVM, GCPtrDst, &GCPhys); 2197 AssertMsgRCReturn(rc, ("PGMPhysGCPtr2GCPhys failed for %VGv\n", GCPtrDst), rc);2197 AssertMsgRCReturn(rc, ("PGMPhysGCPtr2GCPhys failed with %Rrc for %RGv\n", rc, GCPtrDst), rc); 2198 2198 2199 2199 /* mark the guest page as accessed and dirty. */
Note:
See TracChangeset
for help on using the changeset viewer.