Author: hbelusca
Date: Mon Oct 20 19:45:37 2014
New Revision: 64852
URL:
http://svn.reactos.org/svn/reactos?rev=64852&view=rev
Log:
[NTVDM]: Now that HLT is implemented, use it in the INT32 handlers.
Modified:
trunk/reactos/subsystems/ntvdm/int32.c
Modified: trunk/reactos/subsystems/ntvdm/int32.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/int32.c?r…
==============================================================================
--- trunk/reactos/subsystems/ntvdm/int32.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/ntvdm/int32.c [iso-8859-1] Mon Oct 20 19:45:37 2014
@@ -49,8 +49,7 @@
0xFB, // sti
- // HACK: The following instruction should be HLT!
- 0x90, // nop
+ 0xF4, // hlt
0xEB, 0xF5, // jmp BOP_SEQ (offset -11)