fix debugging message.

This commit is contained in:
Vítor Santos Costa 2014-10-02 14:48:47 +01:00
parent 5a40f834f1
commit 2e43165a68

View File

@ -3880,7 +3880,7 @@ Yap_assemble(int mode, Term t, PredEntry *ap, int is_fact, struct intermediates
DBTerm *x;
StaticClause *cl;
UInt osize;
if (ap->PredFlags & SourcePredFlag ) printf("BINGO\n");
if(!(x = fetch_clause_space(&t, size, cip, &osize PASS_REGS))) {
return NULL;
}