diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-12-15 22:17:32 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-12-19 05:51:11 -0500 |
commit | e7198a4305e8925e0de3daf4d9e896149c507f23 (patch) | |
tree | 1f59d8c9919d19dc445a097e2435697c8df3b997 | |
parent | 67df132b65a3930bf15ebc7013d2aac151c65e32 (diff) | |
download | fsf-binutils-gdb-e7198a4305e8925e0de3daf4d9e896149c507f23.zip fsf-binutils-gdb-e7198a4305e8925e0de3daf4d9e896149c507f23.tar.gz fsf-binutils-gdb-e7198a4305e8925e0de3daf4d9e896149c507f23.tar.bz2 |
sim: v850: fix -Wunused-variable warnings
-rw-r--r-- | sim/v850/simops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/v850/simops.c b/sim/v850/simops.c index 05770a9..97948f7 100644 --- a/sim/v850/simops.c +++ b/sim/v850/simops.c @@ -2455,7 +2455,6 @@ OP_28007E0 (void) signed long int remainder; signed long int divide_by; signed long int divide_this; - int overflow = 0; trace_input ("divh", OP_REG_REG_REG, 0); |