[NTVDM]: Now that HLT is implemented, use it in the INT32 handlers.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 20 Oct 2014 19:45:37 +0000 (19:45 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 20 Oct 2014 19:45:37 +0000 (19:45 +0000)
svn path=/trunk/; revision=64852

reactos/subsystems/ntvdm/int32.c

index 86bd226..e87db2e 100644 (file)
@@ -49,8 +49,7 @@ static BYTE Int16To32[] =
 
     0xFB,               // sti
 
-    // HACK: The following instruction should be HLT!
-    0x90,               // nop
+    0xF4,               // hlt
 
     0xEB, 0xF5,         // jmp BOP_SEQ (offset -11)