diff options
Diffstat (limited to 'target-unicore32/softmmu.c')
-rw-r--r-- | target-unicore32/softmmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-unicore32/softmmu.c b/target-unicore32/softmmu.c index 373f94b274..9c2c54cbc8 100644 --- a/target-unicore32/softmmu.c +++ b/target-unicore32/softmmu.c @@ -259,7 +259,7 @@ int uc32_cpu_handle_mmu_fault(CPUUniCore32State *env, target_ulong address, return ret; } -target_phys_addr_t cpu_get_phys_page_debug(CPUUniCore32State *env, +hwaddr cpu_get_phys_page_debug(CPUUniCore32State *env, target_ulong addr) { cpu_abort(env, "%s not supported yet\n", __func__); |