mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
hlt instruction fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@973 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d187d4b218
commit
acf5feac80
1 changed files with 1 additions and 0 deletions
|
@ -433,6 +433,7 @@ void OPPROTO op_jmp_im(void)
|
|||
|
||||
void OPPROTO op_hlt(void)
|
||||
{
|
||||
env->hflags &= ~HF_INHIBIT_IRQ_MASK; /* needed if sti is just before */
|
||||
env->exception_index = EXCP_HLT;
|
||||
cpu_loop_exit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue