OSDN Git Service

sim: punt zfree()
[pf3gnuchains/sourceware.git] / sim / common / hw-base.c
index 130475b..364dc4d 100644 (file)
@@ -511,7 +511,7 @@ hw_delete (struct hw *me)
   delete_hw_alloc_data (me);
 
   /* finally */
-  zfree (me);
+  free (me);
 }
 
 void