diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-09-04 18:12:18 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-09-29 10:07:15 +0200 |
commit | 81b8056a41eabff08e243c80b628fc18bfac2b73 (patch) | |
tree | 679d0bee2e02ce760d25b1987976eedd00bd156e /roms | |
parent | 574d57254596d328d1a3c419e138e69369f2a98b (diff) | |
download | qemu-81b8056a41eabff08e243c80b628fc18bfac2b73.zip qemu-81b8056a41eabff08e243c80b628fc18bfac2b73.tar.gz qemu-81b8056a41eabff08e243c80b628fc18bfac2b73.tar.bz2 |
target/tricore: Clean up local variable shadowing
Fix:
target/tricore/translate.c:5016:18: warning: declaration of ‘temp’ shadows a previous local [-Wshadow=compatible-local]
5016 | TCGv temp = tcg_constant_i32(const9);
| ^~~~
target/tricore/translate.c:4958:10: note: shadowed declaration is here
4958 | TCGv temp;
| ^~~~
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20230904161235.84651-7-philmd@linaro.org>
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'roms')
0 files changed, 0 insertions, 0 deletions