disable cache when checking whether static was in use.

heap overflow while storing db term.
trust_fail should be preceeded by an sla.
make sla point to current pred, get rid of current pred in bitmap.


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@374 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-02-26 15:51:54 +00:00
parent d605213a38
commit c771c14b0f
15 changed files with 217 additions and 85 deletions

View File

@@ -1533,7 +1533,7 @@ p_assign_static(void)
if (ref != NULL) {
ReleaseTermFromDB(ref);
}
ptr->ValueOfVE.terms[indx] = StoreTermInDB(t3,3);
ptr->ValueOfVE.terms[indx] = StoreTermInDB(3,3);
}
break;
}