fix bad overflow handling
This commit is contained in:
@@ -918,6 +918,7 @@ split_megaclause(PredEntry *ap)
|
|||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
Yap_ClauseSpace += sizeof(StaticClause)+mcl->ClItemSize+(UInt)NEXTOP((yamop *)NULL,p);
|
Yap_ClauseSpace += sizeof(StaticClause)+mcl->ClItemSize+(UInt)NEXTOP((yamop *)NULL,p);
|
||||||
new->ClFlags = StaticMask|FactMask;
|
new->ClFlags = StaticMask|FactMask;
|
||||||
|
Submodule packages/jpl updated: 29151b2fe6...f11e3d4368
Reference in New Issue
Block a user