fix bad left-over.

This commit is contained in:
Vitor Santos Costa 2011-03-19 23:24:13 +00:00
parent a1fbcf872b
commit d51dc81032

View File

@ -2802,9 +2802,6 @@ static Int ground_complex_term(register CELL *pt0, register CELL *pt0_end USES_R
*pt0 = TermNil;
#else
if (pt0 < pt0_end) {
if (to_visit+2 >= (struct cp_frame *)AuxSp) {
goto heap_overflow;
}
to_visit[0] = pt0;
to_visit[1] = pt0_end;
to_visit += 2;