target/ppc: fix signal delivery for ppc64abi32
commit2762f04d50b37d93ac8aeb5311b2a1ea4b7c91ac
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 11 Sep 2019 09:37:43 +0000 (11 10:37 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 26 Sep 2019 18:00:53 +0000 (26 19:00 +0100)
tree2ca1a38ddc7f95312d35b7bc1609df46b53bbfdd
parent11bfdbdfc2863502967ea32f0576058e790a5149
target/ppc: fix signal delivery for ppc64abi32

We were incorrectly using the 64-bit AIX ABI instead of the 32-bit
SYSV ABI for setting NIP for the signal handler.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
linux-user/ppc/signal.c