diff options
Diffstat (limited to 'sim/erc32/sis.c')
-rw-r--r-- | sim/erc32/sis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/erc32/sis.c b/sim/erc32/sis.c index 12eb21f..1d3ea13 100644 --- a/sim/erc32/sis.c +++ b/sim/erc32/sis.c @@ -138,7 +138,7 @@ run_sim(struct pstate *sregs, uint64_t icount, int dis) return TIME_OUT; } -int +static int fprintf_styled (void *stream, enum disassembler_style style, const char *fmt, ...) { |