Fix step-over-{trips-on-watchpoint|lands-on-breakpoint}.exp race
[deliverable/binutils-gdb.git] / gdb / go-valprint.c
index 5779a1cbf130ff6271f2a8c7f33ad990f1888d10..a40d6f2da1305346228e5a3e9d263c1b302f220a 100644 (file)
@@ -91,7 +91,7 @@ go_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset,
              const struct value *val,
              const struct value_print_options *options)
 {
-  CHECK_TYPEDEF (type);
+  type = check_typedef (type);
 
   switch (TYPE_CODE (type))
     {
This page took 0.053279 seconds and 4 git commands to generate.