]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Free TCG temps in trans_VMOV_64_sp()
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 27 Aug 2019 12:19:31 +0000 (13:19 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 28 Oct 2019 04:57:16 +0000 (23:57 -0500)
commit38fb634853ac6547326d9f88b9a068d9fc6b4ad4
tree8739c904c83aeb7fd593fb9c8d47d6f23478b378
parentad95e0573ede001e7d56f10c2119368dc57c3bb6
target/arm: Free TCG temps in trans_VMOV_64_sp()

The function neon_store_reg32() doesn't free the TCG temp that it
is passed, so the caller must do that. We got this right in most
places but forgot to free the TCG temps in trans_VMOV_64_sp().

Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190827121931.26836-1-peter.maydell@linaro.org
(cherry picked from commit 342d27581bd3ecdb995e4fc55fcd383cf3242888)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/arm/translate-vfp.inc.c