fix bb usage of DB.
This commit is contained in:
parent
84527a8c77
commit
b2cd81f79a
@ -3148,6 +3148,8 @@ Yap_absmi(int inp)
|
||||
#if PARALLEL_YAP
|
||||
PredEntry *ap = cl->ClPred;
|
||||
#endif
|
||||
/* BB support */
|
||||
if (ap) {
|
||||
|
||||
PELOCK(9,ap);
|
||||
DEC_CLREF_COUNT(cl);
|
||||
@ -3162,6 +3164,7 @@ Yap_absmi(int inp)
|
||||
}
|
||||
UNLOCK(ap->PELock);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
DynamicClause *cl = ClauseFlagsToDynamicClause(pt1);
|
||||
int erase;
|
||||
|
Reference in New Issue
Block a user