Fix ARI text for floatformat_from_double
[deliverable/binutils-gdb.git] / gdb / dicos-tdep.c
index bacba9636853b30c06eb3330647ed82b1432bc78..3ef9114b10579ad907b4f81bb28a24ee0ed260ac 100644 (file)
@@ -23,6 +23,7 @@
 #include "solib-target.h"
 #include "inferior.h"
 #include "dicos-tdep.h"
+#include "gdbarch.h"
 
 void
 dicos_init_abi (struct gdbarch *gdbarch)
@@ -69,7 +70,7 @@ dicos_load_module_p (bfd *abfd, int header_size)
   if (!section)
     return 0;
 
-  if (bfd_section_size (abfd, section) != header_size)
+  if (bfd_section_size (section) != header_size)
     return 0;
 
   /* Dicos LMs always have a "Dicos_loadModuleInfo" symbol
This page took 0.026577 seconds and 4 git commands to generate.