diff options
Diffstat (limited to 'gdb/m2-valprint.c')
-rw-r--r-- | gdb/m2-valprint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/m2-valprint.c b/gdb/m2-valprint.c index e09ec21..82ff30e 100644 --- a/gdb/m2-valprint.c +++ b/gdb/m2-valprint.c @@ -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) |