VirtualBox

Changeset 67553 in vbox for trunk/src


Ignore:
Timestamp:
Jun 22, 2017 8:54:39 AM (8 years ago)
Author:
vboxsync
Message:

VMM/EM: Fix raw-mode regression caused by r116269.

File:
1 edited

Legend:

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

    r67529 r67553  
    19771977                }
    19781978#else
    1979                 fIntrEnabled = pCtx->eflags.Bits.u1IF;
     1979                fIntrEnabled &= pCtx->eflags.Bits.u1IF;
    19801980#endif
    19811981                if (fIntrEnabled)
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