]> git.proxmox.com Git - mirror_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)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 3 Sep 2019 15:20:35 +0000 (16:20 +0100)
commit342d27581bd3ecdb995e4fc55fcd383cf3242888
tree998dd4e228431c065bcdcb50f29f66c92e10f9d4
parent1eb21c428b1e8c9845c82c152a75d046fb19d6fe
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
target/arm/translate-vfp.inc.c