* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 77d2cb87bf3658e1974977c1d9f0347ef87c761c..89cad6cbbe5d88de9b8bd60d7e42717bb80e6e56 100644 (file)
@@ -240,8 +240,10 @@ struct type
       /* Size of this field, in bits, or zero if not packed.
         For an unpacked field, the field's type's length
         says how many bytes the field occupies.  */
+      /* FIXME: This is abused by TYPE_FIELD_STATIC_PHYSNAME to contain 
+        a pointer, so it has to be long.  */
 
-      int bitsize;
+      long bitsize;
 
       /* In a struct or enum type, type of this field.
         In a function type, type of this argument.
This page took 0.023669 seconds and 4 git commands to generate.