Changeset 10362 in vbox for trunk/src/VBox/VMM/VMMAll/EMAll.cpp
- Timestamp:
- Jul 8, 2008 12:55:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r10358 r10362 94 94 #ifdef IN_RING0 95 95 int rc = PGMPhysReadGCPtr(pVM, pDest, pSrc, cb); 96 Assert RC(rc);96 AssertMsgRC(rc, ("PGMPhysReadGCPtr failed for pSrc=%VGv cb=%x\n", pSrc, cb)); 97 97 #else 98 98 if (!PATMIsPatchGCAddr(pVM, pSrc))
Note:
See TracChangeset
for help on using the changeset viewer.