diff options
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index be0c53b..1d4c38b 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -11084,7 +11084,8 @@ ada_decode_assert_location (char *args, char **addr_string, OP_DEFN (OP_DISCRETE_RANGE, 1, 2, 0) static void -ada_operator_length (struct expression *exp, int pc, int *oplenp, int *argsp) +ada_operator_length (const struct expression *exp, int pc, int *oplenp, + int *argsp) { switch (exp->elts[pc - 1].opcode) { |