mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
cputlb: Change tlb_unprotect_code_phys() argument to CPUState
Note that the argument is unused. Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
0ea8cb8895
commit
baea4fae7b
3 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
#if !defined(CONFIG_USER_ONLY)
|
||||
/* cputlb.c */
|
||||
void tlb_protect_code(ram_addr_t ram_addr);
|
||||
void tlb_unprotect_code_phys(CPUArchState *env, ram_addr_t ram_addr,
|
||||
void tlb_unprotect_code_phys(CPUState *cpu, ram_addr_t ram_addr,
|
||||
target_ulong vaddr);
|
||||
void tlb_reset_dirty_range(CPUTLBEntry *tlb_entry, uintptr_t start,
|
||||
uintptr_t length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue