VirtualBox

Changeset 61016 in vbox


Ignore:
Timestamp:
May 17, 2016 10:01:36 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107274
Message:

IEMAllInstructions.cpp.h: Removed bogus movnti stub (0x0f 0x3c). Got it from buggy disassembler tables.

File:
1 edited

Legend:

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

    r60994 r61016  
    18791879/** Opcode 0x0f 0x3a. */
    18801880FNIEMOP_UD_STUB(iemOp_3byte_Esc_A5); /* Here there be dragons... */
    1881 /** Opcode 0x0f 0x3c (?). */
    1882 FNIEMOP_STUB(iemOp_movnti_Gv_Ev);
     1881
    18831882
    18841883/**
     
    64386437
    64396438/** Opcode 0x0f 0xc3. */
    6440 FNIEMOP_STUB(iemOp_movnti_My_Gy);
     6439FNIEMOP_STUB(iemOp_movnti_My_Gy); // solaris 10 uses this in hat_pte_zero().
    64416440
    64426441/** Opcode 0x0f 0xc4. */
     
    68926891    /* 0x3a */  iemOp_3byte_Esc_A5,
    68936892    /* 0x3b */  iemOp_Invalid,
    6894     /* 0x3c */  iemOp_movnti_Gv_Ev/*??*/,
     6893    /* 0x3c */  iemOp_Invalid,
    68956894    /* 0x3d */  iemOp_Invalid,
    68966895    /* 0x3e */  iemOp_Invalid,
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