sim: punt zfree()
[deliverable/binutils-gdb.git] / sim / ppc / hw_init.c
index 118529d657891f415762ddf60d34760d7bdf3b8d..044677488167b663b38472d98d067d6bef489a4e 100644 (file)
@@ -405,7 +405,7 @@ update_for_binary_section(bfd *abfd,
                                1 /*violate_read_only*/)
        != section_size)
       device_error(me, "broken transfer\n");
-    zfree(section_init); /* only free if load */
+    free(section_init); /* only free if load */
   }
 }
 
This page took 0.022988 seconds and 4 git commands to generate.