VirtualBox

Changeset 65877 in vbox for trunk


Ignore:
Timestamp:
Feb 25, 2017 12:57:29 PM (8 years ago)
Author:
vboxsync
Message:

IEM: Fix push fs/gs that got broken in r113659.

File:
1 edited

Legend:

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

    r65876 r65877  
    48134813    IEMOP_MNEMONIC(push_fs, "push fs");
    48144814    IEMOP_HLP_MIN_386();
    4815     IEMOP_HLP_NO_64BIT();
    48164815    IEMOP_HLP_DONE_DECODING_NO_LOCK_PREFIX();
    48174816    return FNIEMOP_CALL_1(iemOpCommonPushSReg, X86_SREG_FS);
     
    53485347    IEMOP_MNEMONIC(push_gs, "push gs");
    53495348    IEMOP_HLP_MIN_386();
    5350     IEMOP_HLP_NO_64BIT();
    53515349    IEMOP_HLP_DONE_DECODING_NO_LOCK_PREFIX();
    53525350    return FNIEMOP_CALL_1(iemOpCommonPushSReg, X86_SREG_GS);
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