Commit 7f957d280b8054d5134b5807b13205b33868426b

Authored by bellard
1 parent 2be3bc02

PowerPC merge (Jocelyn Mayer)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@569 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
cpu-exec.c
@@ -597,7 +597,7 @@ static inline int handle_cpu_signal(unsigned long pc, unsigned long address, @@ -597,7 +597,7 @@ static inline int handle_cpu_signal(unsigned long pc, unsigned long address,
597 } 597 }
598 598
599 /* see if it is an MMU fault */ 599 /* see if it is an MMU fault */
600 - ret = cpu_ppc_handle_mmu_fault(env, address, is_write | ACCESS_INT, msr_pr, 0); 600 + ret = cpu_ppc_handle_mmu_fault(env, address, is_write, msr_pr, 0);
601 if (ret < 0) 601 if (ret < 0)
602 return 0; /* not an MMU fault */ 602 return 0; /* not an MMU fault */
603 if (ret == 0) 603 if (ret == 0)