VirtualBox

Changeset 41940 in vbox for trunk/src/VBox/VMM/VMMRC


Ignore:
Timestamp:
Jun 28, 2012 12:07:43 AM (13 years ago)
Author:
vboxsync
Message:

CPUMRaw[SG]etEFlags: Drop pCtxCore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp

    r41939 r41940  
    889889        case OP_CLI:
    890890        {
    891             uint32_t efl = CPUMRawGetEFlags(pVCpu, pRegFrame);
     891            uint32_t efl = CPUMRawGetEFlags(pVCpu);
    892892            if (X86_EFL_GET_IOPL(efl) >= (unsigned)(pRegFrame->ss.Sel & X86_SEL_RPL))
    893893            {
     
    10231023     */
    10241024    X86EFLAGS eflags;
    1025     eflags.u32 = CPUMRawGetEFlags(pVCpu, pRegFrame); /* Get the correct value. */
     1025    eflags.u32 = CPUMRawGetEFlags(pVCpu); /* Get the correct value. */
    10261026    Log3(("TRPM #GP V86: cs:eip=%04x:%08x IOPL=%d efl=%08x\n", pRegFrame->cs.Sel, pRegFrame->eip, eflags.Bits.u2IOPL, eflags.u));
    10271027    if (eflags.Bits.u2IOPL != 3)
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