You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/common-user/host
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>
3 years ago
..
aarch64 common-user: Adjust system call return on FreeBSD 3 years ago
arm common-user: Adjust system call return on FreeBSD 3 years ago
i386 common-user: Really fix i386 calls to safe_syscall_set_errno_tail 3 years ago
loongarch64 common-user: Add safe syscall handling for loongarch64 hosts 3 years ago
mips common-user: Fix tail calls to safe_syscall_set_errno_tail 3 years ago
ppc64
riscv
s390x
sparc64 common-user/host/sparc64: Fix safe_syscall_base 3 years ago
x86_64 common-user: Fix tail calls to safe_syscall_set_errno_tail 3 years ago