On 12/30/24 07:39, Philippe Mathieu-Daudé wrote:
TheCPUState::exception_index field is always re-initialized by the parent CPU ResetHold() handler in cpu_common_reset_hold(), no need to have targets manually initializing it.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- target/hppa/cpu.c | 1 - target/loongarch/cpu.c | 1 - target/openrisc/cpu.c | 1 - 3 files changed, 3 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
