| commit | 05769aae6288a69ba04b0162ed0a15b08b2b7878 | [log] [tgz] |
|---|---|---|
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | Sun Feb 09 22:11:46 2025 +0100 |
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Mar 06 15:46:18 2025 +0100 |
| tree | 06af96214089f9131ae2d78e9d5ba38f3abbe4fa | |
| parent | 1e6fbd637bbbfdd8ff13ed665b5294fab4771862 [diff] |
target/xtensa: Finalize config in xtensa_register_core() 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é <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Max Filippov <jcmvbkbc@gmail.com> Message-Id: <20250210133134.90879-4-philmd@linaro.org>