/[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.66 by bellard, Sat Nov 26 10:46:38 2005 UTC revision 1.67 by bellard, Sat Nov 26 18:43:28 2005 UTC
# Line 192  static inline TranslationBlock *tb_find_ Line 192  static inline TranslationBlock *tb_find_
192      pc = env->nip;      pc = env->nip;
193  #elif defined(TARGET_MIPS)  #elif defined(TARGET_MIPS)
194      flags = env->hflags & MIPS_HFLAGS_TMASK;      flags = env->hflags & MIPS_HFLAGS_TMASK;
195      cs_base = NULL;      cs_base = 0;
196      pc = env->PC;      pc = env->PC;
197  #else  #else
198  #error unsupported CPU  #error unsupported CPU
# Line 1056  static inline int handle_cpu_signal(unsi Line 1056  static inline int handle_cpu_signal(unsi
1056      }      }
1057    
1058      /* see if it is an MMU fault */      /* see if it is an MMU fault */
1059      ret = cpu_ppc_handle_mmu_fault(env, address, is_write, msr_pr, 0);      ret = cpu_mips_handle_mmu_fault(env, address, is_write, 1, 0);
1060      if (ret < 0)      if (ret < 0)
1061          return 0; /* not an MMU fault */          return 0; /* not an MMU fault */
1062      if (ret == 0)      if (ret == 0)

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

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