diff options
Diffstat (limited to 'sim/mcore/interp.c')
-rw-r--r-- | sim/mcore/interp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mcore/interp.c b/sim/mcore/interp.c index f2707fb..53cfdad 100644 --- a/sim/mcore/interp.c +++ b/sim/mcore/interp.c @@ -1294,7 +1294,7 @@ mcore_reg_fetch (SIM_CPU *cpu, int rn, void *memory, int length) } void -sim_info (SIM_DESC sd, int verbose) +sim_info (SIM_DESC sd, bool verbose) { SIM_CPU *cpu = STATE_CPU (sd, 0); struct mcore_sim_cpu *mcore_cpu = MCORE_SIM_CPU (cpu); |