fix stupid code.
This commit is contained in:
parent
d2a4b9d6b6
commit
8f49db480d
@ -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);
|
||||||
|
Reference in New Issue
Block a user