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

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

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

revision 1.3 by bellard, Sat Jul 2 15:22:34 2005 UTC revision 1.4 by bellard, Sat Jul 2 15:29:46 2005 UTC
# Line 363  void do_mtc0 (int reg, int sel) Line 363  void do_mtc0 (int reg, int sel)
363              !(env->hflags & MIPS_HFLAG_EXL) &&              !(env->hflags & MIPS_HFLAG_EXL) &&
364              !(env->hflags & MIPS_HFLAG_ERL) &&              !(env->hflags & MIPS_HFLAG_ERL) &&
365              !(env->hflags & MIPS_HFLAG_DM) &&              !(env->hflags & MIPS_HFLAG_DM) &&
366              (env->CP0_Cause & mask)) {              (env->CP0_Status & env->CP0_Cause & mask)) {
367              if (logfile)              if (logfile)
368                  fprintf(logfile, "Raise pending IRQs\n");                  fprintf(logfile, "Raise pending IRQs\n");
369              env->interrupt_request |= CPU_INTERRUPT_HARD;              env->interrupt_request |= CPU_INTERRUPT_HARD;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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