mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTVDM]: Now that HLT is implemented, use it in the INT32 handlers.
svn path=/trunk/; revision=64852
This commit is contained in:
parent
705dcd2d05
commit
34aaa8fdf4
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue