Fix typo in gdb.python/py-objfile.exp
[deliverable/binutils-gdb.git] / gdb / tic6x-tdep.c
index 2603f91c630576f5ef08b60a05a73eef19e68182..3fc56423fff05e467d7d495d6129af40403eae19 100644 (file)
@@ -807,7 +807,7 @@ tic6x_return_value (struct gdbarch *gdbarch, struct value *function,
     {
       if (type != NULL)
        {
-         CHECK_TYPEDEF (type);
+         type = check_typedef (type);
          if (language_pass_by_reference (type))
            return RETURN_VALUE_STRUCT_CONVENTION;
        }
This page took 0.023823 seconds and 4 git commands to generate.