fix stupid code.

This commit is contained in:
Vitor Santos Costa 2010-08-30 21:52:11 -05:00
parent d2a4b9d6b6
commit 8f49db480d

View File

@ -2515,7 +2515,7 @@ suspend_indexing(ClauseDef *min, ClauseDef *max, PredEntry *ap, struct intermedi
} else { } else {
tels = cls; tels = cls;
} }
sz = (UInt)NEXTOP((yamop *)NULL,sssllp)+tels*sizeof(yamop *), sz; sz = (UInt)NEXTOP((yamop *)NULL,sssllp)+tels*sizeof(yamop *);
if ((ncode = (yamop *)Yap_AllocCodeSpace(sz)) == NULL) { if ((ncode = (yamop *)Yap_AllocCodeSpace(sz)) == NULL) {
save_machine_regs(); save_machine_regs();
longjmp(cint->CompilerBotch, 2); longjmp(cint->CompilerBotch, 2);