diff options
Diffstat (limited to 'sim/cris/mloop.in')
-rw-r--r-- | sim/cris/mloop.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/cris/mloop.in b/sim/cris/mloop.in index 645d821..da800e7 100644 --- a/sim/cris/mloop.in +++ b/sim/cris/mloop.in @@ -67,7 +67,8 @@ extract (SIM_CPU *current_cpu, PCADDR pc, CGEN_INSN_INT insn, ARGBUF *abuf, return id; } -static INLINE SEM_PC +/* This might not be used directly depending on the fast compile mode. */ +ATTRIBUTE_UNUSED static INLINE SEM_PC execute (SIM_CPU *current_cpu, SCACHE *sc, int fast_p) { SEM_PC vpc; |