Changeset 41662 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 12, 2012 8:29:07 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78469
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CSAM.cpp
r41659 r41662 1333 1333 { 1334 1334 addr = 0; 1335 PGMPhysSimpleReadGCPtr(pVCpu, &addr, (RTRCUINTPTR)cpu.param1. disp32, sizeof(addr));1335 PGMPhysSimpleReadGCPtr(pVCpu, &addr, (RTRCUINTPTR)cpu.param1.uDisp.i32, sizeof(addr)); 1336 1336 } 1337 1337 else
Note:
See TracChangeset
for help on using the changeset viewer.