]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sh4: add missing tcg_temp_free() in _decode_opc()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 5 Dec 2017 17:00:13 +0000 (14:00 -0300)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 12 Feb 2018 03:06:46 +0000 (21:06 -0600)
commit68d7e24475dc38195eaf9722c3a967aac5cb03bb
treef88b0233b2abdb98cf0abf6e53e85828a615f25a
parent2095c5a2e38a51c6777640396bb471dde3948c27
target/sh4: add missing tcg_temp_free() in _decode_opc()

missed in c55497ecb8c and 852d481faf7.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20171205170013.22337-3-f4bug@amsat.org>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit e691e0ed135ac989221683ca9560c34d357edc57)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/sh4/translate.c