diff options
author | malc <av1474@comtv.ru> | 2011-08-08 13:37:44 +0400 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2011-08-08 13:37:44 +0400 |
commit | 9f058c19fcf53c77af15894937ccb380381649c3 (patch) | |
tree | 7a48577ab755f7221bcd696a68f35616cd1fa296 /target-microblaze/helper.c | |
parent | a67a47d2b559a7733c3f89aeb2d81b19d2c027e4 (diff) | |
parent | 23ddf2bb1e4bfe2b72a726fe5e828807b65941ad (diff) |
Merge branch 'master' of git://git.qemu.org/qemu
Diffstat (limited to 'target-microblaze/helper.c')
-rw-r--r-- | target-microblaze/helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target-microblaze/helper.c b/target-microblaze/helper.c index 299259c3f0..2cf28022bd 100644 --- a/target-microblaze/helper.c +++ b/target-microblaze/helper.c @@ -37,7 +37,7 @@ void do_interrupt (CPUState *env) } int cpu_mb_handle_mmu_fault(CPUState * env, target_ulong address, int rw, - int mmu_idx, int is_softmmu) + int mmu_idx) { env->exception_index = 0xaa; cpu_dump_state(env, stderr, fprintf, 0); @@ -47,7 +47,7 @@ int cpu_mb_handle_mmu_fault(CPUState * env, target_ulong address, int rw, #else /* !CONFIG_USER_ONLY */ int cpu_mb_handle_mmu_fault (CPUState *env, target_ulong address, int rw, - int mmu_idx, int is_softmmu) + int mmu_idx) { unsigned int hit; unsigned int mmu_available; |