mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
cputlb: Change tlb_flush_page() argument to CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
0063ebd6ac
commit
31b030d4ab
18 changed files with 106 additions and 70 deletions
|
@ -69,7 +69,7 @@ void helper_tbia(CPUAlphaState *env)
|
|||
|
||||
void helper_tbis(CPUAlphaState *env, uint64_t p)
|
||||
{
|
||||
tlb_flush_page(env, p);
|
||||
tlb_flush_page(CPU(alpha_env_get_cpu(env)), p);
|
||||
}
|
||||
|
||||
void helper_tb_flush(CPUAlphaState *env)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue