linux-user/sparc: Fix the stackframe structure
commitf8ea624e7456b10bee8e82b788885a438af8084d
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Apr 2021 02:53:23 +0000 (25 19:53 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Sat, 15 May 2021 19:43:23 +0000 (15 21:43 +0200)
tree0caad81ec0d4096f10755d64ff9356c5ba996ad4
parent4f4fdec308d1b840d34056a0f100e14b317e1c44
linux-user/sparc: Fix the stackframe structure

Move target_reg_window up and use it.  Fold structptr and xxargs
into xargs -- the use of a host pointer was incorrect anyway.
Rename the structure to target_stackf for consistency.

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