Make sure terminal settings are restored before exiting
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index 03282a71da06f6280a1850522ed052fcf8faf859..4948d279875bc5cc1df4255010ae5d6ffcc7cff2 100644 (file)
@@ -1530,7 +1530,7 @@ get_return_value (struct value *function, struct type *value_type,
 
   gdbarch = get_regcache_arch (stop_regs);
 
-  CHECK_TYPEDEF (value_type);
+  value_type = check_typedef (value_type);
   gdb_assert (TYPE_CODE (value_type) != TYPE_CODE_VOID);
 
   /* FIXME: 2003-09-27: When returning from a nested inferior function
This page took 0.024473 seconds and 4 git commands to generate.