diff options
Diffstat (limited to 'cpu-all.h')
-rw-r--r-- | cpu-all.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -690,7 +690,6 @@ extern unsigned long qemu_host_page_mask; void page_dump(FILE *f); int page_get_flags(target_ulong address); void page_set_flags(target_ulong start, target_ulong end, int flags); -void page_unprotect_range(target_ulong data, target_ulong data_size); int page_check_range(target_ulong start, target_ulong len, int flags); CPUState *cpu_copy(CPUState *env); |