mirror of https://github.com/xemu-project/xemu.git
PowerPC merge (Jocelyn Mayer)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@569 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
2be3bc02dd
commit
7f957d280b
|
@ -597,7 +597,7 @@ static inline int handle_cpu_signal(unsigned long pc, unsigned long address,
|
|||
}
|
||||
|
||||
/* see if it is an MMU fault */
|
||||
ret = cpu_ppc_handle_mmu_fault(env, address, is_write | ACCESS_INT, msr_pr, 0);
|
||||
ret = cpu_ppc_handle_mmu_fault(env, address, is_write, msr_pr, 0);
|
||||
if (ret < 0)
|
||||
return 0; /* not an MMU fault */
|
||||
if (ret == 0)
|
||||
|
|
Loading…
Reference in New Issue