Revision acf5feac target-i386/op.c

b/target-i386/op.c
433 433

  
434 434
void OPPROTO op_hlt(void)
435 435
{
436
    env->hflags &= ~HF_INHIBIT_IRQ_MASK; /* needed if sti is just before */
436 437
    env->exception_index = EXCP_HLT;
437 438
    cpu_loop_exit();
438 439
}

Also available in: Unified diff