]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/sparc: Fix WREG usage in setup_frame
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 6 Nov 2019 11:33:13 +0000 (12:33 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 6 Nov 2019 12:39:26 +0000 (13:39 +0100)
commit9c226a1107750c480b930322940485fb1e4e09b9
treefd77d6a7be449f6cdb6a401fbe3cee235ac8c7d2
parent8d9c72a2e2f21fb61e615478ea802799e3ef98f0
linux-user/sparc: Fix WREG usage in setup_frame

Use WREG_I0 not WREG_O0 in order to properly save the "ins".
The "outs" were saved separately in setup___siginfo.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20191106113318.10226-8-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/sparc/signal.c