sim: enable hw_tree_delete in sim_hw_uninstall
[deliverable/binutils-gdb.git] / sim / common / sim-hw.c
index 69c2b1764c8cff2082f15814603ca5165dc681df..6cb406f24d6c8b70c96235df284b3fc404b087a8 100644 (file)
@@ -319,7 +319,7 @@ sim_hw_init (struct sim_state *sd)
 static void
 sim_hw_uninstall (struct sim_state *sd)
 {
-  /* hw_tree_delete (STATE_HW (sd)->tree); */
+  hw_tree_delete (STATE_HW (sd)->tree);
   zfree (STATE_HW (sd));
   STATE_HW (sd) = NULL;
 }
This page took 0.023807 seconds and 4 git commands to generate.