diff options
Diffstat (limited to 'include/exec')
| -rw-r--r-- | include/exec/translate-all.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exec/translate-all.h b/include/exec/translate-all.h index 85c9460c7c..c50661a05d 100644 --- a/include/exec/translate-all.h +++ b/include/exec/translate-all.h @@ -27,7 +27,7 @@ void tb_check_watchpoint(CPUState *cpu, uintptr_t retaddr); #ifdef CONFIG_USER_ONLY void page_protect(tb_page_addr_t page_addr); -int page_unprotect(target_ulong address, uintptr_t pc); +int page_unprotect(tb_page_addr_t address, uintptr_t pc); #endif #endif /* TRANSLATE_ALL_H */ |