On 2/10/25 02:25, Philippe Mathieu-Daudé wrote:
Only modify XtensaConfig within xtensa_register_core(),
when the class is registered, not when it is initialized.
Signed-off-by: Philippe Mathieu-Daudé
---
Cc: Max Filippov
---
target/xtensa/helper.c | 8 +---
1 file changed, 5 insertions(
On Mon, Feb 10, 2025 at 2:26 AM Philippe Mathieu-Daudé
wrote:
>
> Only modify XtensaConfig within xtensa_register_core(),
> when the class is registered, not when it is initialized.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> Cc: Max Filippov
> ---
> target/xtensa/helper.c | 8 +---
>
Only modify XtensaConfig within xtensa_register_core(),
when the class is registered, not when it is initialized.
Signed-off-by: Philippe Mathieu-Daudé
---
Cc: Max Filippov
---
target/xtensa/helper.c | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/target/xtensa/helpe