aboutsummaryrefslogtreecommitdiff
path: root/gdb/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/eval.c')
-rw-r--r--gdb/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/eval.c b/gdb/eval.c
index f0bad85..4a76135 100644
--- a/gdb/eval.c
+++ b/gdb/eval.c
@@ -2074,7 +2074,7 @@ eval_op_type (struct type *expect_type, struct expression *exp,
/* A helper function for BINOP_ASSIGN_MODIFY. */
-static struct value *
+struct value *
eval_binop_assign_modify (struct type *expect_type, struct expression *exp,
enum noside noside, enum exp_opcode op,
struct value *arg1, struct value *arg2)