VirtualBox

Changeset 47666 in vbox for trunk


Ignore:
Timestamp:
Aug 12, 2013 10:39:07 AM (11 years ago)
Author:
vboxsync
Message:

Use the LAR mask that AMD documents for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/target-i386/op_helper.c

    r47549 r47666  
    41774177    }
    41784178    CC_SRC = eflags | CC_Z;
     4179#ifdef VBOX /* AMD says 0x00ffff00, while intel says 0x00fxff00. Bochs and IEM does like AMD says (x=f). */
     4180    return e2 & 0x00ffff00;
     4181#else
    41794182    return e2 & 0x00f0ff00;
     4183#endif
    41804184}
    41814185
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