OSDN Git Service

Fix for sim/common hw_delete()/hw_tree_delete()
[pf3gnuchains/pf3gnuchains4x.git] / sim / common / hw-alloc.c
index e64ae82..5664e9b 100644 (file)
@@ -42,8 +42,6 @@ create_hw_alloc_data (struct hw *me)
 void
 delete_hw_alloc_data (struct hw *me)
 {
-  if (me->alloc_of_hw != NULL)
-    hw_abort (me, "hw-alloc botch");
   while (me->alloc_of_hw != NULL)
     {
       hw_free (me, me->alloc_of_hw->alloc);