]> 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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 23 Jul 2018 19:24:17 +0000 (14:24 -0500)
commite8488edcb3768f08cda7c3cc00def6b1b2f6c615
tree8fb20f7ba82e9a18399a7430e380ac393a5d4157
parent3afe55ff387d95e1245ea095a7d0734b9ada265a
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>
(cherry picked from commit 672189cd586ea38a2c1d8ab91eb1f9dcff5ceb05)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/i386/tcg-target.inc.c