From 91669a0537af84e79b5323ac9ff18055d7189fab Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 6 Dec 2023 06:39:56 -0700 Subject: [PATCH] sim: aarch64: fix -Wunused-variable warnings --- sim/aarch64/simulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sim/aarch64/simulator.c b/sim/aarch64/simulator.c index 4fc66c9188d..3dba1b7f0dc 100644 --- a/sim/aarch64/simulator.c +++ b/sim/aarch64/simulator.c @@ -5827,7 +5827,6 @@ do_vec_xtl (sim_cpu *cpu) else if (INSTR (20, 20)) { int32_t v[4]; - int32_t v1,v2,v3,v4; shift = INSTR (19, 16); bias *= 2; -- 2.47.3