aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-arange.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/sim-arange.c')
-rw-r--r--sim/common/sim-arange.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/sim-arange.c b/sim/common/sim-arange.c
index 799e085..b73eb21 100644
--- a/sim/common/sim-arange.c
+++ b/sim/common/sim-arange.c
@@ -194,9 +194,9 @@ frob_range (ADDR_RANGE *ar, address_word start, address_word end, int delete_p)
out:
if (new_asr)
- free(new_asr);
+ free (new_asr);
if (new_asr2)
- free(new_asr2);
+ free (new_asr2);
}
/* Free T and all subtrees. */