On 2/10/25 05:31, Philippe Mathieu-Daudé wrote:
Make XtensaConfigList::config not const. Only modify XtensaConfig within xtensa_register_core(), when the class is registered, not when it is initialized.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- Cc: Max Filippov <[email protected]> --- target/xtensa/cpu.h | 2 +- target/xtensa/helper.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
