[Ada] GDB crash during "finish" of function with out parameters
[deliverable/binutils-gdb.git] / gdb / i386-cygwin-tdep.c
index cb702587827dc8ac44f1431041c9c2255b1aac5e..1c9dc91459cd5773e41802a44742c1e40f6b1c93 100644 (file)
@@ -98,7 +98,7 @@ struct cpms_data
 static void
 core_process_module_section (bfd *abfd, asection *sect, void *obj)
 {
-  struct cpms_data *data = obj;
+  struct cpms_data *data = (struct cpms_data *) obj;
   enum bfd_endian byte_order = gdbarch_byte_order (data->gdbarch);
 
   char *module_name;
This page took 0.02315 seconds and 4 git commands to generate.