Fix step-over-{trips-on-watchpoint|lands-on-breakpoint}.exp race
[deliverable/binutils-gdb.git] / gdb / jv-typeprint.c
index 0bf6d10b31e66022d8eaa83cefc9ce33a7e38eff..3ea81c3b171abaed046891fd049976ee30e71921 100644 (file)
@@ -110,7 +110,7 @@ java_type_print_base (struct type *type, struct ui_file *stream, int show,
       return;
     }
 
-  CHECK_TYPEDEF (type);
+  type = check_typedef (type);
 
   switch (TYPE_CODE (type))
     {
This page took 0.023711 seconds and 4 git commands to generate.