VirtualBox

Changeset 10669 in vbox


Ignore:
Timestamp:
Jul 15, 2008 3:00:51 PM (17 years ago)
Author:
vboxsync
Message:

Use rip of course

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/EM.cpp

    r10668 r10669  
    12211221    /* Try our own instruction emulator before falling back to the recompiler. */
    12221222    DISCPUSTATE Cpu;
    1223     rc = CPUMR3DisasmInstrCPU(pVM, pCtx, pCtx->eip, &Cpu, "GEN EMU");
     1223    rc = CPUMR3DisasmInstrCPU(pVM, pCtx, pCtx->rip, &Cpu, "GEN EMU");
    12241224    if (VBOX_SUCCESS(rc))
    12251225    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette