Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: 95c021d ("linux-user/host/sparc64: Add safe-syscall.inc.S") Signed-off-by: Richard Henderson <[email protected]>
- Loading branch information