fix locking stuff.
This commit is contained in:
@@ -440,6 +440,7 @@ Yap_HasOp(Atom a)
|
||||
while (!EndOfPAEntr(pp) &&
|
||||
( pp->KindOfPE != OpProperty))
|
||||
pp = RepProp(pp->NextOfPE);
|
||||
READ_UNLOCK(ae->ARWLock);
|
||||
if (EndOfPAEntr(pp)) {
|
||||
return FALSE;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user