GC - add sanity check default case
This commit is contained in:
parent
c56fb66fa0
commit
ac8aa01a48
|
@ -3280,6 +3280,10 @@ static void repair_heap(NewGC *gc)
|
||||||
break;
|
break;
|
||||||
case PAGE_ATOMIC:
|
case PAGE_ATOMIC:
|
||||||
start += info->size;
|
start += info->size;
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
printf("Unhandled info->type %i\n", info->type);
|
||||||
|
abort();
|
||||||
}
|
}
|
||||||
info->mark = 0;
|
info->mark = 0;
|
||||||
#ifdef MZ_USE_PLACES
|
#ifdef MZ_USE_PLACES
|
||||||
|
|
Loading…
Reference in New Issue
Block a user