mips: fix void*/gdb_byte* compilation errors
[deliverable/binutils-gdb.git] / gdb / m2-lang.c
index fb93c649c5a6c6dbc84074cc991bfd5ef5505380..2a1e1661abcbe86893c29196ed088a988ab275ce 100644 (file)
@@ -425,7 +425,7 @@ static struct gdbarch_data *m2_type_data;
 const struct builtin_m2_type *
 builtin_m2_type (struct gdbarch *gdbarch)
 {
-  return gdbarch_data (gdbarch, m2_type_data);
+  return (const struct builtin_m2_type *) gdbarch_data (gdbarch, m2_type_data);
 }
 
 
This page took 0.024273 seconds and 4 git commands to generate.