VirtualBox

Changeset 36825 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 23, 2011 10:41:20 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71384
Message:

EM: Check inhibit pc against RIP, not EIP. Corrected logging.

File:
1 edited

Legend:

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

    r36823 r36825  
    15081508            &&  !VM_FF_ISPENDING(pVM, VM_FF_PGM_NO_MEMORY))
    15091509        {
    1510             Log(("VM_FF_EMULATED_STI at %RGv successor %RGv\n", (RTGCPTR)CPUMGetGuestRIP(pVCpu), EMGetInhibitInterruptsPC(pVCpu)));
    1511             if (CPUMGetGuestEIP(pVCpu) != EMGetInhibitInterruptsPC(pVCpu))
     1510            Log(("VMCPU_FF_INHIBIT_INTERRUPTS at %RGv successor %RGv\n", (RTGCPTR)CPUMGetGuestRIP(pVCpu), EMGetInhibitInterruptsPC(pVCpu)));
     1511            if (CPUMGetGuestRIP(pVCpu) != EMGetInhibitInterruptsPC(pVCpu))
    15121512            {
    15131513                /* Note: we intentionally don't clear VM_FF_INHIBIT_INTERRUPTS here if the eip is the same as the inhibited instr address.
Note: See TracChangeset for help on using the changeset viewer.

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