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

Diff of /qemu/op-i386.c

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

revision 1.41 by bellard, Fri Jul 11 15:16:56 2003 UTC revision 1.42 by bellard, Sat Jul 26 12:06:08 2003 UTC
# Line 471  void OPPROTO op_hlt(void) Line 471  void OPPROTO op_hlt(void)
471      cpu_loop_exit();      cpu_loop_exit();
472  }  }
473    
474    void OPPROTO op_debug(void)
475    {
476        env->exception_index = EXCP_DEBUG;
477        cpu_loop_exit();
478    }
479    
480  void OPPROTO op_raise_interrupt(void)  void OPPROTO op_raise_interrupt(void)
481  {  {
482      int intno;      int intno;

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

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