gdb:
[deliverable/binutils-gdb.git] / gdb / ada-typeprint.c
index f4c3723d235b02a0bce85178dbdda3338c01d6d7..e46637f48b353379c933e68bceee0278b4201b03 100644 (file)
@@ -585,7 +585,7 @@ print_record_field_types (struct type *type, struct type *outer_type,
   flds = 0;
   len = TYPE_NFIELDS (type);
 
-  if (len == 0 && (TYPE_FLAGS (type) & TYPE_FLAG_STUB) != 0)
+  if (len == 0 && TYPE_STUB (type))
     return -1;
 
   for (i = 0; i < len; i += 1)
This page took 0.025612 seconds and 4 git commands to generate.