diff options
Diffstat (limited to 'sim/iq2000/iq2000.c')
-rw-r--r-- | sim/iq2000/iq2000.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sim/iq2000/iq2000.c b/sim/iq2000/iq2000.c index 86151ca..23a3429 100644 --- a/sim/iq2000/iq2000.c +++ b/sim/iq2000/iq2000.c @@ -56,10 +56,7 @@ enum libgloss_syscall /* Read a null terminated string from memory, return in a buffer */ static char * -fetch_str (current_cpu, pc, addr) - SIM_CPU *current_cpu; - PCADDR pc; - DI addr; +fetch_str (SIM_CPU *current_cpu, PCADDR pc, DI addr) { char *buf; int nr = 0; |