Index: /trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h	(revision 61394)
+++ /trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h	(revision 61395)
@@ -1797,5 +1797,4 @@
 
 /** Opcode 0x0f 0x2b. */
-#ifndef VBOX_WITH_REM /** @todo enable tomorrow */
 FNIEMOP_DEF(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd)
 {
@@ -1830,7 +1829,4 @@
     return VINF_SUCCESS;
 }
-#else
-FNIEMOP_STUB(iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd);
-#endif
 
 
@@ -6475,5 +6471,4 @@
 
 /** Opcode 0x0f 0xc3. */
-#ifndef VBOX_WITH_REM
 FNIEMOP_DEF(iemOp_movnti_My_Gy)
 {
@@ -6528,7 +6523,4 @@
     return VINF_SUCCESS;
 }
-#else
-FNIEMOP_STUB(iemOp_movnti_My_Gy); // solaris 10 uses this in hat_pte_zero().
-#endif
 
 
@@ -6870,5 +6862,4 @@
 
 /** Opcode 0x0f 0xe7. */
-#ifndef VBOX_WITH_REM /** @todo enable tomorrow */
 FNIEMOP_DEF(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq)
 {
@@ -6927,7 +6918,4 @@
     return VINF_SUCCESS;
 }
-#else
-FNIEMOP_STUB(iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq);
-#endif
 
 
