Changeset 19725 in vbox
- Timestamp:
- May 15, 2009 9:48:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r19693 r19725 126 126 # ifdef IN_RING0 127 127 int rc = PGMPhysSimpleReadGCPtr(pVCpu, pDest, pSrc, cb); 128 AssertMsgRC(rc, ("PGMPhysSimpleReadGCPtr failed for pSrc=%RGv cb=%x \n", pSrc, cb));128 AssertMsgRC(rc, ("PGMPhysSimpleReadGCPtr failed for pSrc=%RGv cb=%x rc=%d\n", pSrc, cb, rc)); 129 129 # else /* IN_RING3 */ 130 130 if (!PATMIsPatchGCAddr(pVM, pSrc))
Note:
See TracChangeset
for help on using the changeset viewer.