Make sure terminal settings are restored before exiting
[deliverable/binutils-gdb.git] / gdb / f-valprint.c
index 8d74f03574c2147a5a98da9fa931cdd881f84cfa..2e5519b18ef6a32e99f339e2b49aebd7b354d539 100644 (file)
@@ -264,7 +264,7 @@ f_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset,
   CORE_ADDR addr;
   int index;
 
-  CHECK_TYPEDEF (type);
+  type = check_typedef (type);
   switch (TYPE_CODE (type))
     {
     case TYPE_CODE_STRING:
This page took 0.024138 seconds and 4 git commands to generate.