aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/corefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/corefile.c')
-rw-r--r--sim/ppc/corefile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/ppc/corefile.c b/sim/ppc/corefile.c
index 00295bb..332eefa 100644
--- a/sim/ppc/corefile.c
+++ b/sim/ppc/corefile.c
@@ -93,9 +93,9 @@ core_init(core *memory)
curr = curr->next;
if (tbd->free_buffer != NULL) {
ASSERT(tbd->buffer != NULL);
- zfree(tbd->free_buffer);
+ free(tbd->free_buffer);
}
- zfree(tbd);
+ free(tbd);
}
map->first = NULL;
}