Changeset 10669 in vbox
- Timestamp:
- Jul 15, 2008 3:00:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r10668 r10669 1221 1221 /* Try our own instruction emulator before falling back to the recompiler. */ 1222 1222 DISCPUSTATE Cpu; 1223 rc = CPUMR3DisasmInstrCPU(pVM, pCtx, pCtx-> eip, &Cpu, "GEN EMU");1223 rc = CPUMR3DisasmInstrCPU(pVM, pCtx, pCtx->rip, &Cpu, "GEN EMU"); 1224 1224 if (VBOX_SUCCESS(rc)) 1225 1225 {
Note:
See TracChangeset
for help on using the changeset viewer.