testsuite: tcl exec& -> 'kill -9 $pid' is racy (attach-many-short-lived-thread.exp...
[deliverable/binutils-gdb.git] / gdb / typeprint.c
index 5a97acecbea9f04bf936bda196779e63e2ed2282..9e44225f4242f807e521dd40bf42a3649f714de8 100644 (file)
@@ -524,7 +524,7 @@ print_type_scalar (struct type *type, LONGEST val, struct ui_file *stream)
   unsigned int i;
   unsigned len;
 
-  CHECK_TYPEDEF (type);
+  type = check_typedef (type);
 
   switch (TYPE_CODE (type))
     {
This page took 0.024707 seconds and 4 git commands to generate.