Changeset 41731 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 14, 2012 11:41:13 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78539
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r41729 r41731 286 286 static DECLCALLBACK(int) emReadBytes(PDISCPUSTATE pDisState, uint8_t *pbDst, RTUINTPTR uSrcAddr, uint32_t cbToRead) 287 287 { 288 PEMDISSTATE pState = (PEMDISSTATE)pDisState-> apvUserData[0];288 PEMDISSTATE pState = (PEMDISSTATE)pDisState->pvUser; 289 289 # ifndef IN_RING0 290 290 PVM pVM = pState->pVM;
Note:
See TracChangeset
for help on using the changeset viewer.