/[qemu]/qemu/target-sparc/helper.c
ViewVC logotype

Diff of /qemu/target-sparc/helper.c

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

revision 1.13 by bellard, Sun Mar 13 09:43:36 2005 UTC revision 1.14 by bellard, Sun Mar 20 12:43:29 2005 UTC
# Line 94  void tlb_fill(target_ulong addr, int is_ Line 94  void tlb_fill(target_ulong addr, int is_
94              if (tb) {              if (tb) {
95                  /* the PC is inside the translated code. It means that we have                  /* the PC is inside the translated code. It means that we have
96                     a virtual CPU fault */                     a virtual CPU fault */
97                  cpu_restore_state(tb, env, pc, NULL);                  cpu_restore_state(tb, env, pc, (void *)T2);
98              }              }
99          }          }
100          cpu_loop_exit();          cpu_loop_exit();

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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