qemu-e2k/target
Alistair Francis f3f65c4022 target/riscv: vector_helper: Fixup local variables shadowing
Local variables shadowing other local variables or parameters make the
code needlessly hard to understand.  Bugs love to hide in such code.
Evidence: "[PATCH v3 1/7] migration/rdma: Fix save_page method to fail
on polling error".

This patch removes the local variable shadowing. Tested by adding:

    --extra-cflags='-Wshadow=local -Wno-error=shadow=local -Wno-error=shadow=compatible-local'

To configure

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Message-ID: <20230925043023.71448-4-alistair.francis@wdc.com>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2023-09-29 10:07:20 +02:00
..
alpha
arm target/arm/hvf: Clean up local variable shadowing 2023-09-29 10:07:14 +02:00
avr
cris
hexagon hexagon: spelling fixes 2023-09-08 13:08:52 +03:00
hppa target/hppa: Wire up diag instruction to support BTLB 2023-09-19 21:12:18 +02:00
i386 target/i386/svm_helper: eliminate duplicate local variable 2023-09-26 16:41:49 +02:00
loongarch target/loongarch: CPUCFG support LASX 2023-09-20 14:33:43 +08:00
m68k target/m68k: Clean up local variable shadowing 2023-09-29 10:07:15 +02:00
microblaze
mips target/mips: Clean up local variable shadowing 2023-09-29 10:07:15 +02:00
nios2
openrisc
ppc ppc: spelling fixes 2023-09-20 07:54:34 +03:00
riscv target/riscv: vector_helper: Fixup local variables shadowing 2023-09-29 10:07:20 +02:00
rx
s390x target/s390x: Use clmul_64 2023-09-15 13:57:00 +00:00
sh4
sparc
tricore target/tricore: Clean up local variable shadowing 2023-09-29 10:07:15 +02:00
xtensa
Kconfig
meson.build