Updare French translation for binutils and German translation for opcodes.
[deliverable/binutils-gdb.git] / gdb / d-valprint.c
index 89efb053761149782907f99124d99508f4e590d1..5f4df329de9351b72d91adcf82285585d9df2af4 100644 (file)
@@ -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:
This page took 0.024781 seconds and 4 git commands to generate.