mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
target/avr/cpu: Drop tlb_flush() in avr_cpu_reset()
Since commit 1f5c00cfdb
tlb_flush() is called from cpu_common_reset().
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200707070021.10031-2-f4bug@amsat.org>
This commit is contained in:
parent
c0a659f9de
commit
a291bc851d
@ -78,8 +78,6 @@ static void avr_cpu_reset(DeviceState *ds)
|
||||
env->skip = 0;
|
||||
|
||||
memset(env->r, 0, sizeof(env->r));
|
||||
|
||||
tlb_flush(cs);
|
||||
}
|
||||
|
||||
static void avr_cpu_disas_set_info(CPUState *cpu, disassemble_info *info)
|
||||
|
Loading…
Reference in New Issue
Block a user