fix debugging message.
This commit is contained in:
parent
5a40f834f1
commit
2e43165a68
@ -3880,7 +3880,7 @@ Yap_assemble(int mode, Term t, PredEntry *ap, int is_fact, struct intermediates
|
|||||||
DBTerm *x;
|
DBTerm *x;
|
||||||
StaticClause *cl;
|
StaticClause *cl;
|
||||||
UInt osize;
|
UInt osize;
|
||||||
if (ap->PredFlags & SourcePredFlag ) printf("BINGO\n");
|
|
||||||
if(!(x = fetch_clause_space(&t, size, cip, &osize PASS_REGS))) {
|
if(!(x = fetch_clause_space(&t, size, cip, &osize PASS_REGS))) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user