*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / m2-valprint.c
index e09ec2153ffa0c7bacb3d4cc0ebcbf073bd74279..82ff30e0b7681e5729af686088a799eed0fce2cf 100644 (file)
@@ -119,7 +119,7 @@ m2_print_long_set (struct type *type, const gdb_byte *valaddr,
 
   target = TYPE_TARGET_TYPE (range);
   if (target == NULL)
-    target = builtin_type_int;
+    target = builtin_type_int32;
 
   if (get_discrete_bounds (range, &field_low, &field_high) >= 0)
     {
@@ -165,7 +165,7 @@ m2_print_long_set (struct type *type, const gdb_byte *valaddr,
                break;
              target = TYPE_TARGET_TYPE (range);
              if (target == NULL)
-               target = builtin_type_int;
+               target = builtin_type_int32;
            }
        }
       if (element_seen)
This page took 0.025663 seconds and 4 git commands to generate.