diff options
Diffstat (limited to 'sim/common/sim-hw.c')
-rw-r--r-- | sim/common/sim-hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-hw.c b/sim/common/sim-hw.c index 69c2b17..6cb406f 100644 --- a/sim/common/sim-hw.c +++ b/sim/common/sim-hw.c @@ -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; } |