diff options
Diffstat (limited to 'sim/rx/gdb-if.c')
-rw-r--r-- | sim/rx/gdb-if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/rx/gdb-if.c b/sim/rx/gdb-if.c index 5e2ad2f..a2b9218 100644 --- a/sim/rx/gdb-if.c +++ b/sim/rx/gdb-if.c @@ -644,7 +644,7 @@ sim_store_register (SIM_DESC sd, int regno, const void *buf, int length) } void -sim_info (SIM_DESC sd, int verbose) +sim_info (SIM_DESC sd, bool verbose) { check_desc (sd); |