MIPS: Fix microMIPS instruction size determination
[deliverable/binutils-gdb.git] / gdb / d-lang.c
index 2fc5080bee5ef935cc6d0ee3fceab00e3f2aa464..e8a08e19c495d09a13d7a5b7da1448cbec94e430 100644 (file)
@@ -1,6 +1,6 @@
 /* D language support routines for GDB, the GNU debugger.
 
-   Copyright (C) 2005-2015 Free Software Foundation, Inc.
+   Copyright (C) 2005-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -322,7 +322,7 @@ static struct gdbarch_data *d_type_data;
 const struct builtin_d_type *
 builtin_d_type (struct gdbarch *gdbarch)
 {
-  return gdbarch_data (gdbarch, d_type_data);
+  return (const struct builtin_d_type *) gdbarch_data (gdbarch, d_type_data);
 }
 
 /* Provide a prototype to silence -Wmissing-prototypes.  */
This page took 0.023847 seconds and 4 git commands to generate.