Make x86-lynx GDBserver pass XML register map to GDB.
[deliverable/binutils-gdb.git] / bfd / dwarf2.c
index b96b6abffd0303a5b572c19599fad51235d8a2d1..1153c39296d11e48fb98a3a73936fbc5f633dab7 100644 (file)
@@ -3624,7 +3624,7 @@ _bfd_dwarf2_find_inliner_info (bfd *abfd ATTRIBUTE_UNUSED,
 void
 _bfd_dwarf2_cleanup_debug_info (bfd *abfd, void **pinfo)
 {
-  struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo;;
+  struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo;
   struct comp_unit *each;
 
   if (abfd == NULL || stash == NULL)
This page took 0.037295 seconds and 4 git commands to generate.