2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / m32r-rom.c
index d6b1e5cd4bd4013360265375a17915c7fdda8077..b2832792121960aef9b7b6771b95a6892ea31ace 100644 (file)
@@ -62,8 +62,9 @@ static char *download_path;   /* user-settable path for SREC files     */
  */
 
 static void
-m32r_load_section (bfd *abfd, asection *s, unsigned int *data_count)
+m32r_load_section (bfd *abfd, asection *s, void *obj)
 {
+  unsigned int *data_count = obj;
   if (s->flags & SEC_LOAD)
     {
       bfd_size_type section_size = bfd_section_size (abfd, s);
This page took 0.023075 seconds and 4 git commands to generate.