summaryrefslogtreecommitdiff
path: root/gdb/wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/wrapper.c')
-rw-r--r--gdb/wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/wrapper.c b/gdb/wrapper.c
index 0e4714e5d07..706394baa6e 100644
--- a/gdb/wrapper.c
+++ b/gdb/wrapper.c
@@ -320,7 +320,7 @@ gdb_value_struct_elt (struct ui_out *uiout, struct value **result, struct value
cargs.err = err;
cargs.result_ptr = result;
return catch_exceptions (uiout, do_captured_value_struct_elt, &cargs,
- NULL, RETURN_MASK_ALL);
+ RETURN_MASK_ALL);
}
static int