mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
suppressed page_unprotect_range() - fixed access_ok()
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3641 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9b0b82037a
commit
dae3270c6e
4 changed files with 17 additions and 23 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue