Mike Frysinger 199b67ca04 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;
      |                        ^~~~~~~~
2024-01-06 23:30:43 -05:00
..
2024-01-03 03:13:47 -05:00
2023-12-24 04:07:32 -05:00
2023-12-24 04:07:32 -05:00
2024-01-01 10:51:23 -05:00
2024-01-03 03:37:13 -05:00
2023-12-28 09:09:13 +02:00
2023-12-24 04:00:04 -05:00
2024-01-03 01:43:14 -05:00
2024-01-03 01:43:14 -05:00
2022-09-01 10:15:09 -04:00