* alpha-tdep.c (alpha_register_type): Use builtin_type (gdbarch)
[deliverable/binutils-gdb.git] / gdb / vax-tdep.c
index 618befa3f5a8872912f347d2aae0b936611cf9f1..09b4bc716823d3cdf19a1f4c4d41aa3cb9e3938c 100644 (file)
@@ -61,7 +61,7 @@ vax_register_name (struct gdbarch *gdbarch, int regnum)
 static struct type *
 vax_register_type (struct gdbarch *gdbarch, int regnum)
 {
-  return builtin_type_int;
+  return builtin_type (gdbarch)->builtin_int;
 }
 \f
 /* Core file support.  */
This page took 0.025373 seconds and 4 git commands to generate.