aboutsummaryrefslogtreecommitdiff
path: root/sim/frv/profile-fr550.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-29 12:46:06 -0400
committerMike Frysinger <vapier@gentoo.org>2021-05-29 13:10:42 -0400
commit67514280fcbbbf872879b1a4a0aeb3453a24fb88 (patch)
tree5383df55313fd87c5b8c0b04f670e6859812be12 /sim/frv/profile-fr550.c
parentfc12ae421543c019c3afd27ef095f828fd3b0e3b (diff)
downloadfsf-binutils-gdb-67514280fcbbbf872879b1a4a0aeb3453a24fb88.zip
fsf-binutils-gdb-67514280fcbbbf872879b1a4a0aeb3453a24fb88.tar.gz
fsf-binutils-gdb-67514280fcbbbf872879b1a4a0aeb3453a24fb88.tar.bz2
sim: frv: fix up a bunch of prototype warnings
Some were missing, some were unused, and some were partially renamed.
Diffstat (limited to 'sim/frv/profile-fr550.c')
-rw-r--r--sim/frv/profile-fr550.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/frv/profile-fr550.c b/sim/frv/profile-fr550.c
index af42d37..2bf1729 100644
--- a/sim/frv/profile-fr550.c
+++ b/sim/frv/profile-fr550.c
@@ -152,12 +152,14 @@ set_use_not_ccr_complex (SIM_CPU *cpu, INT ccr)
d->cur_ccr_complex &= ~(((SI)1) << (ccr));
}
+#if 0
static int
use_is_ccr_complex (SIM_CPU *cpu, INT ccr)
{
MODEL_FR550_DATA *d = CPU_MODEL_DATA (cpu);
return d->prev_ccr_complex & (((SI)1) << (ccr));
}
+#endif
static void
set_use_is_acc_mmac (SIM_CPU *cpu, INT acc)