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

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

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

revision 1.18 by bellard, Fri Nov 11 00:24:58 2005 UTC revision 1.19 by bellard, Mon Nov 21 23:32:42 2005 UTC
# Line 942  void do_interrupt(int intno) Line 942  void do_interrupt(int intno)
942  #endif  #endif
943  #if !defined(CONFIG_USER_ONLY)  #if !defined(CONFIG_USER_ONLY)
944      if (env->tl == MAXTL) {      if (env->tl == MAXTL) {
945          cpu_abort(cpu_single_env, "Trap 0x%04x while trap level is MAXTL, Error state", env->exception_index);          cpu_abort(env, "Trap 0x%04x while trap level is MAXTL, Error state", env->exception_index);
946          return;          return;
947      }      }
948  #endif  #endif
# Line 996  void do_interrupt(int intno) Line 996  void do_interrupt(int intno)
996  #endif  #endif
997  #if !defined(CONFIG_USER_ONLY)  #if !defined(CONFIG_USER_ONLY)
998      if (env->psret == 0) {      if (env->psret == 0) {
999          cpu_abort(cpu_single_env, "Trap 0x%02x while interrupts disabled, Error state", env->exception_index);          cpu_abort(env, "Trap 0x%02x while interrupts disabled, Error state", env->exception_index);
1000          return;          return;
1001      }      }
1002  #endif  #endif

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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