VirtualBox

Changeset 1332 in vbox


Ignore:
Timestamp:
Mar 8, 2007 2:04:24 PM (18 years ago)
Author:
vboxsync
Message:

Wrong X86_EFL_VM test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp

    r23 r1332  
    13181318
    13191319    /** @todo V86 mode; SELM functions don't handle this */
    1320     if (CPUMGetGuestEFlags(pVM) & X86_EFL_VM)
     1320    if (pRegFrame->eflags.Bits.u1VM)
    13211321        return (uErrorCode & X86_TRAP_PF_RW) ? VINF_IOM_HC_MMIO_WRITE : VINF_IOM_HC_MMIO_READ;
    13221322
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