Changeset 41692 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Jun 13, 2012 7:32:54 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78499
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp
r41675 r41692 164 164 char szOutput[256]; 165 165 unsigned cbInstr; 166 int rc = DISInstrWithReader(uNearAddr + i, pCpu->mode,166 int rc = DISInstrWithReader(uNearAddr + i, (DISCPUMODE)pCpu->mode, 167 167 MyReadBytes, (uint8_t *)pvCodeBlock - (uintptr_t)uNearAddr, 168 168 pCpu, &cbInstr);
Note:
See TracChangeset
for help on using the changeset viewer.