sim: cris: change temp var name slightly to avoid shadowing
authorMike Frysinger <vapier@gentoo.org>
Fri, 22 Dec 2023 00:41:17 +0000 (19:41 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 7 Jan 2024 04:30:43 +0000 (23:30 -0500)
commit199b67ca043e21b94c965ffe2f3c56f25ee6e234
treeefcfe125148d3ff50b807e0c3368af2e8d2e55d4
parent012c1f072f7f1611c86a912f0964e45136ea38cc
sim: cris: change temp var name slightly to avoid shadowing

Rename the temp var to avoid shadowing another one:

.../sim/cris/semcrisv10f-switch.c:11032:22: error: declaration of ‘tmp_tmpb’ shadows a previous local [-Werror=shadow=compatible-local]
11032 |   tmp_tmpb = ({   SI tmp_tmpb;
      |                      ^~~~~~~~
.../sim/cris/semcrisv10f-switch.c:11031:24: note: shadowed declaration is here
11031 |   tmp_tmpres = ({   SI tmp_tmpb;
      |                        ^~~~~~~~
cpu/cris.cpu
sim/cris/semcrisv10f-switch.c
sim/cris/semcrisv32f-switch.c