VirtualBox

Changeset 37934 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jul 13, 2011 10:58:03 PM (14 years ago)
Author:
vboxsync
Message:

IEM: two mnemonic typos.

File:
1 edited

Legend:

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

    r37918 r37934  
    1130711307FNIEMOP_DEF_1(iemOp_Grp5_jmpn_Ev, uint8_t, bRm)
    1130811308{
    11309     IEMOP_MNEMONIC("callf Ep");
     11309    IEMOP_MNEMONIC("jmpn Ev");
    1131011310    IEMOP_HLP_NO_LOCK_PREFIX(); /** @todo Too early? */
    1131111311    IEMOP_HLP_DEFAULT_64BIT_OP_SIZE();
     
    1139011390FNIEMOP_DEF_1(iemOp_Grp5_jmpf_Ep, uint8_t, bRm)
    1139111391{
    11392     IEMOP_MNEMONIC("jmp Ap");
     11392    IEMOP_MNEMONIC("jmp Ep");
    1139311393    IEMOP_HLP_NO_64BIT();
    1139411394    /** @todo could share all the decoding with iemOp_Grp5_callf_Ep. */
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