diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index d6ebb5e..de2bb56 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -1864,7 +1864,7 @@ extract_bitfield_from_watchpoint_value (struct watchpoint *w, struct value *val) if (val == NULL) return NULL; - bit_val = allocate_value (val->type ()); + bit_val = value::allocate (val->type ()); unpack_value_bitfield (bit_val, w->val_bitpos, |