OSDN Git Service

linux-user/s390x: Use uint16_t for signal retcode
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 28 Apr 2021 19:33:55 +0000 (12:33 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Sat, 15 May 2021 19:44:38 +0000 (21:44 +0200)
commitcb1f198296dd9d7787328eab5beb2e31f550ba63
treeb67b831d7596d170c114b8c4300c8367661fd7b0
parent5d79bd111ff4f9ed0b19c20f6708a770651a9048
linux-user/s390x: Use uint16_t for signal retcode

Using the right type simplifies the frame setup.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20210428193408.233706-3-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/s390x/signal.c