VirtualBox

Changeset 1337 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Mar 8, 2007 4:59:09 PM (18 years ago)
Author:
vboxsync
Message:

Forbid execution of v86 code with IF=0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r1146 r1337  
    11701170        if (!(env->eflags & IF_MASK))
    11711171        {
    1172 #ifdef VBOX_RAW_V86
    1173             if(!(fFlags & VM_MASK))
    1174                 return false;
    1175 #else
    11761172            STAM_COUNTER_INC(&gStatRefuseIF0);
    11771173            Log2(("raw mode refused: IF (RawR3)\n"));
    11781174            return false;
    1179 #endif
    11801175        }
    11811176
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