On 4/27/24 08:57, Philippe Mathieu-Daudé wrote:
cflags_next_tb is always re-initialized in the CPU Reset() handler in cpu_common_reset_hold(), no need to initialize it in cpu_common_initfn().Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- hw/core/cpu-common.c | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~