diff options
Diffstat (limited to 'gdb/tic6x-tdep.c')
-rw-r--r-- | gdb/tic6x-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tic6x-tdep.c b/gdb/tic6x-tdep.c index 2603f91..3fc5642 100644 --- a/gdb/tic6x-tdep.c +++ b/gdb/tic6x-tdep.c @@ -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; } |