]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/sh64-tdep.c
* ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32
[thirdparty/binutils-gdb.git] / gdb / sh64-tdep.c
index d8ab9399149ece7ebcb9599fc1bde968c486f60b..e127995cbdf6a92a036d12a4d8cb60ee9cee3035 100644 (file)
@@ -1499,7 +1499,7 @@ sh64_build_float_register_type (int high)
 {
   struct type *temp;
 
-  temp = create_range_type (NULL, builtin_type_int, 0, high);
+  temp = create_range_type (NULL, builtin_type_int32, 0, high);
   return create_array_type (NULL, builtin_type_float, temp);
 }