Make sure terminal settings are restored before exiting
[deliverable/binutils-gdb.git] / gdb / stack.c
index 39803d9e1e178e796c37f163386a0a6b2d223f08..48788253256b3999efdb6967b5f95ef473153151 100644 (file)
@@ -2415,7 +2415,7 @@ return_command (char *retval_exp, int from_tty)
          return_type = value_type (return_value);
        }
       do_cleanups (old_chain);
-      CHECK_TYPEDEF (return_type);
+      return_type = check_typedef (return_type);
       return_value = value_cast (return_type, return_value);
 
       /* Make sure the value is fully evaluated.  It may live in the
This page took 0.024439 seconds and 4 git commands to generate.