linux-user/sparc: Don't restore %g7 in sparc64_set_context()
commit0ad20314f1e11acaeedcb14135b178a5711766f5
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 6 Nov 2020 15:27:37 +0000 (6 15:27 +0000)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 18 Dec 2020 10:23:29 +0000 (18 11:23 +0100)
tree32910573f99631916d4af3106ccb6131e50b9ef1
parent309abce23658c0142430440c7ad1be2a02170ed0
linux-user/sparc: Don't restore %g7 in sparc64_set_context()

The kernel does not restore the g7 register in sparc64_set_context();
neither should we. (We still save it in sparc64_get_context().)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201106152738.26026-4-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/sparc/signal.c