target/mips: Fix TCG temporary leaks in gen_pool32a5_nanomips_insn()
commit96342d53a881a5686b1e4797aead1c025985772e
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 30 May 2021 09:36:29 +0000 (30 11:36 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 24 Jun 2021 14:44:14 +0000 (24 16:44 +0200)
tree9a148b87d1850b588ef8e387e4d87cc72755661c
parent2838b1d6356044eb240edd4e1b9b5ab5946c5b28
target/mips: Fix TCG temporary leaks in gen_pool32a5_nanomips_insn()

Fix a pair of TCG temporary leak when translating nanoMIPS SHILO opcode.

Fixes: 3285a3e4445 ("target/mips: Add emulation of DSP ASE for nanoMIPS")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210530094538.1275329-1-f4bug@amsat.org>
target/mips/tcg/translate.c