aboutsummaryrefslogtreecommitdiffstats
path: root/gc/allchblk.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc/allchblk.c')
-rw-r--r--gc/allchblk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gc/allchblk.c b/gc/allchblk.c
index 7629672..06582ec 100644
--- a/gc/allchblk.c
+++ b/gc/allchblk.c
@@ -774,6 +774,7 @@ signed_word size;
if (HBLK_IS_FREE(hhdr)) {
GC_printf1("Duplicate large block deallocation of 0x%lx\n",
(unsigned long) hbp);
+ ABORT("Duplicate large block deallocation");
}
GC_ASSERT(IS_MAPPED(hhdr));