]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/mt-tdep.c
* ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32
[thirdparty/binutils-gdb.git] / gdb / mt-tdep.c
index 0a78f0fe1609f7926824db03420aa5e64165fae4..fd3f5882d405bbb8892b9a7de74f6b8c1ee0f126 100644 (file)
@@ -258,7 +258,7 @@ mt_register_type (struct gdbarch *arch, int regnum)
       if (copro_type == NULL)
        {
          struct type *temp;
-         temp = create_range_type (NULL, builtin_type_unsigned_int, 0, 1);
+         temp = create_range_type (NULL, builtin_type_int32, 0, 1);
          copro_type = create_array_type (NULL, builtin_type_int16, temp);
        }
       switch (regnum)