X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fd-valprint.c;h=5f4df329de9351b72d91adcf82285585d9df2af4;hb=b08b78e7d4bb56f395d3212eed6184ede236c760;hp=89efb053761149782907f99124d99508f4e590d1;hpb=32d0add0a654c1204ab71dc8a55d9374538c4b33;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/d-valprint.c b/gdb/d-valprint.c index 89efb05376..5f4df329de 100644 --- a/gdb/d-valprint.c +++ b/gdb/d-valprint.c @@ -80,7 +80,7 @@ d_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset, { int ret; - CHECK_TYPEDEF (type); + type = check_typedef (type); switch (TYPE_CODE (type)) { case TYPE_CODE_STRUCT: