diff options
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 32b978c..690ed65 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -13359,7 +13359,7 @@ ada_exceptions_list (const char *regexp) /* Implement the "info exceptions" command. */ static void -info_exceptions_command (char *regexp, int from_tty) +info_exceptions_command (const char *regexp, int from_tty) { struct gdbarch *gdbarch = get_current_arch (); |