diff options
Diffstat (limited to 'target-microblaze/op_helper.c')
-rw-r--r-- | target-microblaze/op_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-microblaze/op_helper.c b/target-microblaze/op_helper.c index 63c5225c96..ee4f623131 100644 --- a/target-microblaze/op_helper.c +++ b/target-microblaze/op_helper.c @@ -238,7 +238,7 @@ void helper_mmu_write(uint32_t rn, uint32_t v) } #endif -void do_unassigned_access(a_target_phys_addr addr, int is_write, int is_exec, +void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec, int is_asi, int size) { CPUState *saved_env; |