Changeset 13144 in vbox for trunk/src/VBox/VMM/PATM/PATMPatch.cpp
- Timestamp:
- Oct 9, 2008 10:44:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMPatch.cpp
r12600 r13144 404 404 static int patmPatchReadBytes(PVM pVM, uint8_t *pDest, RTRCPTR pSrc, uint32_t cb) 405 405 { 406 int rc = PGMPhys ReadGCPtr(pVM, pDest, pSrc, cb);406 int rc = PGMPhysSimpleReadGCPtr(pVM, pDest, pSrc, cb); 407 407 AssertRCReturn(rc, rc); 408 408 /*
Note:
See TracChangeset
for help on using the changeset viewer.