Re: [PATCH v3 6/9] leon3: remove SP initialization

2024-02-15 Thread Philippe Mathieu-Daudé
On 31/1/24 09:50, Clément Chigot wrote: According to the doc (see §4.2.15 in [1]), the reset operation should not impact %SP. [1] https://gaisler.com/doc/gr712rc-usermanual.pdf Signed-off-by: Clément Chigot --- hw/sparc/leon3.c | 3 --- 1 file changed, 3 deletions(-) Reviewed-by: Philippe

[PATCH v3 6/9] leon3: remove SP initialization

2024-01-31 Thread Clément Chigot
According to the doc (see §4.2.15 in [1]), the reset operation should not impact %SP. [1] https://gaisler.com/doc/gr712rc-usermanual.pdf Signed-off-by: Clément Chigot --- hw/sparc/leon3.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/sparc/leon3.c b/hw/sparc/leon3.c index 7866f0a049.