]> git.ipfire.org Git - thirdparty/qemu.git/commit
common-user: Really fix i386 calls to safe_syscall_set_errno_tail
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 5 Jan 2022 05:14:23 +0000 (21:14 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 5 Jan 2022 05:14:23 +0000 (21:14 -0800)
commitfb084237a3b78b20fd9d888dffd673b6656ea3be
treee584963a11ff19cfb9d485972a5c5b0d038a07a4
parent58140d3964c7c545f0880d978f279ed7b4cb41b8
common-user: Really fix i386 calls to safe_syscall_set_errno_tail

Brown bag time: offset 0 from esp is the return address,
offset 4 is the first argument.

Fixes: d7478d4229f0 ("common-user: Fix tail calls to safe_syscall_set_errno_tail")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
common-user/host/i386/safe-syscall.inc.S