mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +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
|
0xFB, // sti
|
||||||
|
|
||||||
// HACK: The following instruction should be HLT!
|
0xF4, // hlt
|
||||||
0x90, // nop
|
|
||||||
|
|
||||||
0xEB, 0xF5, // jmp BOP_SEQ (offset -11)
|
0xEB, 0xF5, // jmp BOP_SEQ (offset -11)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue