fix bb usage of DB.
This commit is contained in:
parent
5bf44d2378
commit
84527a8c77
@ -1918,7 +1918,7 @@ new_lu_db_entry(Term t, PredEntry *pe)
|
|||||||
|
|
||||||
#if MULTIPLE_STACKS
|
#if MULTIPLE_STACKS
|
||||||
/* we cannot allow sharing between threads (for now) */
|
/* we cannot allow sharing between threads (for now) */
|
||||||
if (!(pe->PredFlags & ThreadLocalPredFlag))
|
if (!pe || !(pe->PredFlags & ThreadLocalPredFlag))
|
||||||
d_flag |= InQueue;
|
d_flag |= InQueue;
|
||||||
#endif
|
#endif
|
||||||
LOCAL_s_dbg = &dbg;
|
LOCAL_s_dbg = &dbg;
|
||||||
|
Reference in New Issue
Block a user