more fixes for multi-threading.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1008 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2004-02-28 01:08:59 +00:00
parent 1f6fafc6a0
commit 02ec294d84
2 changed files with 16 additions and 9 deletions

View File

@@ -4278,9 +4278,6 @@ Yap_ExpandIndex(PredEntry *ap) {
static path_stack_entry *
push_path(path_stack_entry *sp, yamop **pipc, ClauseDef *clp)
{
if (Yap_Option['i' - 'a' + 1]) {
printf("+ %p=>%p\n",sp,sp+1);
}
sp->flag = pc_entry;
sp->u.pce.pi_pc = pipc;
sp->u.pce.code = clp->Code;