Fix typo.

This commit is contained in:
jjgarcia 2003-03-20 14:10:38 +00:00
parent 723d24eba7
commit 57e80be0aa

View file

@ -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)