VirtualBox

Changeset 3026 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Jun 4, 2007 1:41:17 PM (18 years ago)
Author:
vboxsync
Message:

Exclude v86 mode too.

File:
1 edited

Legend:

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

    r3023 r3026  
    15961596    Log(("remR3NotifyTrap: uTrap=%x error=%x next_eip=%VGv eip=%VGv cr2=%08x\n", uTrap, uErrorCode, pvNextEIP, env->eip, env->cr[2]));
    15971597    if(   uTrap < 0x20
    1598        && (env->cr[0] & X86_CR0_PE))
     1598       && (env->cr[0] & X86_CR0_PE)
     1599       && !(env->eflags & X86_EFL_VM))
    15991600    {
    16001601#ifdef DEBUG
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