]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/i386: Mark xmm registers call-clobbered
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Jul 2018 22:28:02 +0000 (15:28 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 23 Jul 2018 16:21:14 +0000 (09:21 -0700)
commit672189cd586ea38a2c1d8ab91eb1f9dcff5ceb05
treebe1df7a5bef319e949164f3c86b4f9f71995e815
parente596be90393389405c96a5c9534c4c4e2e0b5675
tcg/i386: Mark xmm registers call-clobbered

When host vector registers and operations were introduced, I failed
to mark the registers call clobbered as required by the ABI.

Fixes: 770c2fc7bb7
Cc: qemu-stable@nongnu.org
Reported-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/i386/tcg-target.inc.c