diff options
Diffstat (limited to 'cpu-all.h')
| -rw-r--r-- | cpu-all.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-all.h b/cpu-all.h index d2382857a5..2fc2f9a99d 100644 --- a/cpu-all.h +++ b/cpu-all.h @@ -799,7 +799,7 @@ void cpu_reset(CPUState *s); /* Return the physical page corresponding to a virtual one. Use it only for debugging because no protection checks are done. Return -1 if no page found. */ -target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr); +target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr); #define CPU_LOG_TB_OUT_ASM (1 << 0) #define CPU_LOG_TB_IN_ASM (1 << 1) |