Changeset 41668 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jun 12, 2012 1:15:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp
r41658 r41668 140 140 141 141 uint32_t cbInstr; 142 int rc = DISCoreOne Ex(GCPtr,143 enmCpuMode,144 dbgfR3DisasInstrRead,145 &pState->Cpu,146 &pState->Cpu,147 &cbInstr);142 int rc = DISCoreOneWithReader(GCPtr, 143 enmCpuMode, 144 dbgfR3DisasInstrRead, 145 &pState->Cpu, 146 &pState->Cpu, 147 &cbInstr); 148 148 if (RT_SUCCESS(rc)) 149 149 {
Note:
See TracChangeset
for help on using the changeset viewer.