just be consistent in calls.

This commit is contained in:
Vitor Santos Costa 2009-11-17 10:04:07 +00:00
parent 945fff50a2
commit 939eda0050

View File

@ -696,8 +696,8 @@ static CELL *MkDBTerm(register CELL *pt0, register CELL *pt0_end,
continue;
}
case (CELL)FunctorLongInt:
*StoPoint++ = AbsAppl(CodeMax);
CheckDBOverflow(3);
*StoPoint++ = AbsAppl(CodeMax);
CodeMax = copy_long_int(CodeMax, ap2);
++pt0;
continue;