Do not pass NULL for the string in catch_errors
[deliverable/binutils-gdb.git] / gdb / mips-tdep.c
index 388513ee83a37c3c80c60b5c13ef22b0a148014f..2275138001cb80ee44042f5958032ea605a1efc3 100644 (file)
@@ -8898,7 +8898,7 @@ mips_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   mips_register_g_packet_guesses (gdbarch);
 
   /* Hook in OS ABI-specific overrides, if they have been registered.  */
-  info.tdep_info = (struct gdbarch_tdep_info *) tdesc_data;
+  info.tdep_info = tdesc_data;
   gdbarch_init_osabi (info, gdbarch);
 
   /* The hook may have adjusted num_regs, fetch the final value and
This page took 0.041861 seconds and 4 git commands to generate.