diff options
Diffstat (limited to 'gdb/hpacc-abi.c')
-rw-r--r-- | gdb/hpacc-abi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hpacc-abi.c b/gdb/hpacc-abi.c index 9f86c15..a0836e0 100644 --- a/gdb/hpacc-abi.c +++ b/gdb/hpacc-abi.c @@ -168,7 +168,7 @@ hpacc_virtual_fn_field (struct value **arg1p, struct fn_field * f, int j, /* Wrap this addr in a value and return pointer */ vp = allocate_value (ftype); - vp->type = ftype; + deprecated_set_value_type (vp, ftype); VALUE_ADDRESS (vp) = coreptr; /* pai: (temp) do we need the value_ind stuff in value_fn_field? */ |