From 34aaa8fdf4580d14d9b9dc5c73fbfa909f9ee87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Mon, 20 Oct 2014 19:45:37 +0000 Subject: [PATCH] [NTVDM]: Now that HLT is implemented, use it in the INT32 handlers. svn path=/trunk/; revision=64852 --- reactos/subsystems/ntvdm/int32.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/subsystems/ntvdm/int32.c b/reactos/subsystems/ntvdm/int32.c index 86bd226cd7f..e87db2ec5e1 100644 --- a/reactos/subsystems/ntvdm/int32.c +++ b/reactos/subsystems/ntvdm/int32.c @@ -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)