* alpha-tdep.c (alpha_register_type): Use builtin_type (gdbarch)
[deliverable/binutils-gdb.git] / gdb / frv-tdep.c
index 7c7942015a62d984290d6ee0dc95a68f7bc37a01..bf8f015fbaadba9bc531f1f2ee2b12b0fdcd89c4 100644 (file)
@@ -292,7 +292,7 @@ static struct type *
 frv_register_type (struct gdbarch *gdbarch, int reg)
 {
   if (reg >= first_fpr_regnum && reg <= last_fpr_regnum)
-    return builtin_type_float;
+    return builtin_type (gdbarch)->builtin_float;
   else if (reg == iacc0_regnum)
     return builtin_type_int64;
   else
This page took 0.02422 seconds and 4 git commands to generate.