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 86ccc57..45f5592 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -10114,7 +10114,7 @@ ada_abs (struct type *expect_type, /* A helper function for BINOP_MUL. */ -static value * +value * ada_mult_binop (struct type *expect_type, struct expression *exp, enum noside noside, enum exp_opcode op, |