From 57e80be0aa9292c0865a35109cbb01e855cd6cd2 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Thu, 20 Mar 2003 14:10:38 +0000 Subject: [PATCH] Fix typo. --- src/c/alloc_2.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c/alloc_2.d b/src/c/alloc_2.d index b3158d82c..e1b5c2b5a 100644 --- a/src/c/alloc_2.d +++ b/src/c/alloc_2.d @@ -200,7 +200,7 @@ stacks_scanner(void) } if (bds_top && (bds_top >= bds_org)) { GC_push_conditional(bds_org, bds_top+1,1); - GC_set_mark_bit(bds_top); + GC_set_mark_bit(bds_org); } #endif if (NValues)