dwarf2read: Allow SEC_ALLOC sections to be located at address 0.
[deliverable/binutils-gdb.git] / gdb / c-valprint.c
index d76a206e25f5e108e858e9b83464e0743e95a3ac..2009e953a95eaad9914a36495c508c6bb9cbc514 100644 (file)
@@ -488,7 +488,7 @@ c_val_print (struct type *type, const gdb_byte *valaddr,
 {
   struct type *unresolved_type = type;
 
-  CHECK_TYPEDEF (type);
+  type = check_typedef (type);
   switch (TYPE_CODE (type))
     {
     case TYPE_CODE_ARRAY:
This page took 0.033439 seconds and 4 git commands to generate.