mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[NTVDM]: Now that HLT is implemented, use it in the INT32 handlers.
svn path=/trunk/; revision=64852
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user