OSDN Git Service

target/mips: Fix TCG temporary leak in gen_cache_operation()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 6 Apr 2021 20:26:21 +0000 (22:26 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 13 Apr 2021 10:07:00 +0000 (12:07 +0200)
commitf4349ba966abfe39f5d98694abd7c7551d5c8c02
tree8ff25b143ea99323701d3b28f8fb4c15bd043f30
parent62271205bcfaee440d06c06060ee79dac657caff
target/mips: Fix TCG temporary leak in gen_cache_operation()

Fix a TCG temporary leak when translating CACHE opcode.

Fixes: 0d74a222c27 ("make ITC Configuration Tags accessible to the CPU")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210406202857.1440744-1-f4bug@amsat.org>
target/mips/translate.c