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