On 27/2/23 06:42, Richard Henderson wrote:
The temp variables here are always set afterward; the initialization with a constant was discarded.
Since commit b00aa8ecbc, 2015. Shouldn't this had hit the CONFIG_DEBUG_TCG temp leak guard?
Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/tricore/translate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>