/[qemu]/qemu/target-i386/op.c
ViewVC logotype

Diff of /qemu/target-i386/op.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.40 by bellard, Mon Aug 15 16:33:56 2005 UTC revision 1.41 by bellard, Wed Nov 23 21:02:10 2005 UTC
# Line 615  void OPPROTO op_movq_eip_im64(void) Line 615  void OPPROTO op_movq_eip_im64(void)
615  void OPPROTO op_hlt(void)  void OPPROTO op_hlt(void)
616  {  {
617      env->hflags &= ~HF_INHIBIT_IRQ_MASK; /* needed if sti is just before */      env->hflags &= ~HF_INHIBIT_IRQ_MASK; /* needed if sti is just before */
618        env->hflags |= HF_HALTED_MASK;
619      env->exception_index = EXCP_HLT;      env->exception_index = EXCP_HLT;
620      cpu_loop_exit();      cpu_loop_exit();
621  }  }

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26