/[qemu]/qemu/cpu-exec.c
ViewVC logotype

Diff of /qemu/cpu-exec.c

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

revision 1.5 by bellard, Mon Jun 30 13:12:32 2003 UTC revision 1.6 by bellard, Mon Jun 30 23:18:22 2003 UTC
# Line 194  int cpu_exec(CPUState *env1) Line 194  int cpu_exec(CPUState *env1)
194                          }                          }
195                          do_interrupt(intno, 0, 0, 0);                          do_interrupt(intno, 0, 0, 0);
196                          env->interrupt_request &= ~CPU_INTERRUPT_HARD;                          env->interrupt_request &= ~CPU_INTERRUPT_HARD;
197                            /* ensure that no TB jump will be modified as
198                               the program flow was changed */
199    #ifdef __sparc__
200                            tmp_T0 = 0;
201    #else
202                            T0 = 0;
203    #endif
204                      }                      }
205  #endif  #endif
206                      if (interrupt_request & CPU_INTERRUPT_EXIT) {                      if (interrupt_request & CPU_INTERRUPT_EXIT) {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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