accel/tcg: Remove pointless initialization of cflags_next_tb
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 29 Nov 2023 15:55:37 +0000 (16:55 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 6 Mar 2025 14:46:17 +0000 (15:46 +0100)
commitde5a43192b55b5744ed7ec0e263d4d208c834617
treeb47879dc39d8bb58a402bdc406c74e4b66e254e1
parente92a883ffee93a8b811992b92b8a31ed54400c13
accel/tcg: Remove pointless initialization of cflags_next_tb

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é <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240427155714.53669-13-philmd@linaro.org>
hw/core/cpu-common.c