diff options
Diffstat (limited to 'gdb/dwarf2/loc.c')
-rw-r--r-- | gdb/dwarf2/loc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/dwarf2/loc.c b/gdb/dwarf2/loc.c index 16e0be7..0e55993 100644 --- a/gdb/dwarf2/loc.c +++ b/gdb/dwarf2/loc.c @@ -1282,6 +1282,7 @@ static const struct lval_funcs entry_data_value_funcs = { NULL, /* read */ NULL, /* write */ + nullptr, NULL, /* indirect */ entry_data_value_coerce_ref, NULL, /* check_synthetic_pointer */ |