]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/tricore: Drop some temp initialization
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 26 Feb 2023 22:35:42 +0000 (12:35 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:44:38 +0000 (06:44 -0700)
commit32f948afcf874f16faee2ab69ccca911d3b99322
treeb76e99048ae46bec506b2aa01aafeec0c8ef70e0
parent0a476786263fd3b68b89634561576aedac49e44a
target/tricore: Drop some temp initialization

The temp variables here are always set afterward;
the initialization with a constant was discarded.

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