Changeset 61395 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 2, 2016 1:03:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
r61382 r61395 1797 1797 1798 1798 /** Opcode 0x0f 0x2b. */ 1799 #ifndef VBOX_WITH_REM /** @todo enable tomorrow */1800 1799 FNIEMOP_DEF(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd) 1801 1800 { … … 1830 1829 return VINF_SUCCESS; 1831 1830 } 1832 #else1833 FNIEMOP_STUB(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd);1834 #endif1835 1831 1836 1832 … … 6475 6471 6476 6472 /** Opcode 0x0f 0xc3. */ 6477 #ifndef VBOX_WITH_REM6478 6473 FNIEMOP_DEF(iemOp_movnti_My_Gy) 6479 6474 { … … 6528 6523 return VINF_SUCCESS; 6529 6524 } 6530 #else6531 FNIEMOP_STUB(iemOp_movnti_My_Gy); // solaris 10 uses this in hat_pte_zero().6532 #endif6533 6525 6534 6526 … … 6870 6862 6871 6863 /** Opcode 0x0f 0xe7. */ 6872 #ifndef VBOX_WITH_REM /** @todo enable tomorrow */6873 6864 FNIEMOP_DEF(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq) 6874 6865 { … … 6927 6918 return VINF_SUCCESS; 6928 6919 } 6929 #else6930 FNIEMOP_STUB(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq);6931 #endif6932 6920 6933 6921
Note:
See TracChangeset
for help on using the changeset viewer.