diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-12-16 00:15:58 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-12-19 05:51:10 -0500 |
commit | cd3f716d9a05786fd617a1e44a890956da46d339 (patch) | |
tree | bf22724c774fdc9a12b7a77559154fb9a91502d4 /sim/frv/mloop.in | |
parent | c6ce030ba9cbe741053426c4b03b33c0785d6b41 (diff) | |
download | gdb-cd3f716d9a05786fd617a1e44a890956da46d339.zip gdb-cd3f716d9a05786fd617a1e44a890956da46d339.tar.gz gdb-cd3f716d9a05786fd617a1e44a890956da46d339.tar.bz2 |
sim: frv: fix -Wunused-variable warnings
Diffstat (limited to 'sim/frv/mloop.in')
-rw-r--r-- | sim/frv/mloop.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/frv/mloop.in b/sim/frv/mloop.in index 9209e83..dc77f06 100644 --- a/sim/frv/mloop.in +++ b/sim/frv/mloop.in @@ -139,7 +139,6 @@ static void { int i; - FRV_VLIW *vliw = CPU_VLIW (current_cpu); CGEN_WRITE_QUEUE *q = CPU_WRITE_QUEUE (current_cpu); /* Loop over the queued writes, executing them. Set the pc to the address |