Changeset 61069 in vbox
- Timestamp:
- May 20, 2016 1:32:50 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107336
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
r61064 r61069 1797 1797 1798 1798 /** Opcode 0x0f 0x2b. */ 1799 #ifndef VBOX_WITH_REM /** @todo enable tomorrow */ 1799 1800 FNIEMOP_DEF(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd) 1800 1801 { … … 1829 1830 return VINF_SUCCESS; 1830 1831 } 1832 #else 1833 FNIEMOP_STUB(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd); 1834 #endif 1831 1835 1832 1836 … … 6866 6870 6867 6871 /** Opcode 0x0f 0xe7. */ 6872 #if 0 /** @todo enable tomorrow */ 6868 6873 FNIEMOP_DEF(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq) 6869 6874 { … … 6922 6927 return VINF_SUCCESS; 6923 6928 } 6929 #else 6930 FNIEMOP_STUB(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq); 6931 #endif 6924 6932 6925 6933
Note:
See TracChangeset
for help on using the changeset viewer.