qemu-e2k/common-user/host/sparc64
Richard Henderson 620d0b49a4 common-user/host/sparc64: Fix safe_syscall_base
Use the "retl" instead of "ret" instruction alias, since we
do not allocate a register window in this function.

Fix the offset to the first stacked parameter, which lies
beyond the register window save area.

Fixes: 95c021dac8 ("linux-user/host/sparc64: Add safe-syscall.inc.S")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2022-02-09 08:46:23 +11:00
..
safe-syscall.inc.S common-user/host/sparc64: Fix safe_syscall_base 2022-02-09 08:46:23 +11:00