]> git.proxmox.com Git - qemu.git/commit
target-arm: Fix TCG temp leaks for WI and UNDEF VFP sysreg writes
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 30 Jan 2013 16:01:56 +0000 (16:01 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 30 Jan 2013 16:01:58 +0000 (16:01 +0000)
commite4c1cfa5cb8f8bfbbfd949f2fabbe2be35e60c99
tree91121e3c35cee5895e50a0815c785dbb6b497cf7
parent0893d46014b0300fb8aec92df94effea34d04b61
target-arm: Fix TCG temp leaks for WI and UNDEF VFP sysreg writes

Fix a leak of a TCG temporary in code paths for VFP system register
writes for cases which UNDEF or are write-ignored.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate.c