diff options
Diffstat (limited to 'gdb/cp-valprint.c')
-rw-r--r-- | gdb/cp-valprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cp-valprint.c b/gdb/cp-valprint.c index e90a2b5..4079b8f 100644 --- a/gdb/cp-valprint.c +++ b/gdb/cp-valprint.c @@ -781,7 +781,7 @@ cp_print_hpacc_virtual_table_entries (struct type *type, int *vfuncs, /* Get the address of the vfunction entry */ struct value *vf = value_copy (v); - if (VALUE_LAZY (vf)) + if (value_lazy (vf)) (void) value_fetch_lazy (vf); /* adjust by offset */ vf->aligner.contents[0] += 4 * (HP_ACC_VFUNC_START + vx); |