]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hppa: Do not return freed temporary
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 21 Feb 2019 22:01:07 +0000 (14:01 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 8 Mar 2019 01:43:12 +0000 (17:43 -0800)
commit993119fe584c3d0bc48ae9d5ed742a6bdec3d3eb
tree76d9f0bb2ed57c202f3914430be6737b1df0c977
parent6cb4f6db4f4367faa33da85b15f75bbbd2bed2a6
target/hppa: Do not return freed temporary

For priv levels 1 & 2, we were doing so from do_ibranch_priv.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c