VirtualBox

Changeset 9246 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 30, 2008 12:28:31 PM (17 years ago)
Author:
vboxsync
Message:

Disable GC emulation of cmpxchg8b to see if that helps with the win2k installation regression.

File:
1 edited

Legend:

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

    r9241 r9246  
    23602360        INTERPRET_CASE(OP_STI,Sti);
    23612361        INTERPRET_CASE(OP_CMPXCHG, CmpXchg);
    2362         INTERPRET_CASE(OP_CMPXCHG8B, CmpXchg8b);
     2362/*        INTERPRET_CASE(OP_CMPXCHG8B, CmpXchg8b); */
    23632363        INTERPRET_CASE(OP_XADD, XAdd);
    23642364#endif
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