VirtualBox

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


Ignore:
Timestamp:
Apr 7, 2017 10:32:00 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114462
Message:

IEM: three byte opcode fix.

File:
1 edited

Legend:

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

    r66471 r66473  
    20392039FNIEMOP_STUB(iemOp_getsec);
    20402040/** Opcode 0x0f 0x38. */
    2041 FNIEMOP_UD_STUB(iemOp_3byte_Esc_A4); /* Here there be dragons... */
     2041FNIEMOP_STUB(iemOp_3byte_Esc_0f_38);
    20422042/** Opcode 0x0f 0x3a. */
    2043 FNIEMOP_UD_STUB(iemOp_3byte_Esc_A5); /* Here there be dragons... */
     2043FNIEMOP_STUB(iemOp_3byte_Esc_0f_3a);
    20442044
    20452045
     
    82508250    /* 0x36 */  IEMOP_X4(iemOp_Invalid),
    82518251    /* 0x37 */  IEMOP_X4(iemOp_getsec),
    8252     /* 0x38 */  IEMOP_X4(iemOp_3byte_Esc_A4),
     8252    /* 0x38 */  IEMOP_X4(iemOp_3byte_Esc_0f_38),
    82538253    /* 0x39 */  IEMOP_X4(iemOp_InvalidNeed3ByteEscRM),
    8254     /* 0x3a */  IEMOP_X4(iemOp_3byte_Esc_A5),
     8254    /* 0x3a */  IEMOP_X4(iemOp_3byte_Esc_0f_3a),
    82558255    /* 0x3b */  IEMOP_X4(iemOp_InvalidNeed3ByteEscRMImm8),
    82568256    /* 0x3c */  IEMOP_X4(iemOp_InvalidNeed3ByteEscRM),
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette