We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a659f commit a291bc8Copy full SHA for a291bc8
target/avr/cpu.c
@@ -78,8 +78,6 @@ static void avr_cpu_reset(DeviceState *ds)
78
env->skip = 0;
79
80
memset(env->r, 0, sizeof(env->r));
81
-
82
- tlb_flush(cs);
83
}
84
85
static void avr_cpu_disas_set_info(CPUState *cpu, disassemble_info *info)
0 commit comments