Changeset 61016 in vbox
- Timestamp:
- May 17, 2016 10:01:36 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107274
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
r60994 r61016 1879 1879 /** Opcode 0x0f 0x3a. */ 1880 1880 FNIEMOP_UD_STUB(iemOp_3byte_Esc_A5); /* Here there be dragons... */ 1881 /** Opcode 0x0f 0x3c (?). */ 1882 FNIEMOP_STUB(iemOp_movnti_Gv_Ev); 1881 1883 1882 1884 1883 /** … … 6438 6437 6439 6438 /** Opcode 0x0f 0xc3. */ 6440 FNIEMOP_STUB(iemOp_movnti_My_Gy); 6439 FNIEMOP_STUB(iemOp_movnti_My_Gy); // solaris 10 uses this in hat_pte_zero(). 6441 6440 6442 6441 /** Opcode 0x0f 0xc4. */ … … 6892 6891 /* 0x3a */ iemOp_3byte_Esc_A5, 6893 6892 /* 0x3b */ iemOp_Invalid, 6894 /* 0x3c */ iemOp_ movnti_Gv_Ev/*??*/,6893 /* 0x3c */ iemOp_Invalid, 6895 6894 /* 0x3d */ iemOp_Invalid, 6896 6895 /* 0x3e */ iemOp_Invalid,
Note:
See TracChangeset
for help on using the changeset viewer.