many fixes: restart on threads, fixes for tabling, other generic fixes

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@954 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2003-12-27 00:38:53 +00:00
parent b16de6ad3d
commit 80fd1bcc91
20 changed files with 441 additions and 293 deletions

View File

@@ -622,7 +622,7 @@ fix_compiler_instructions(PInstr *pcpc)
case save_pair_op:
case save_appl_op:
case save_b_op:
case comit_b_op:
case commit_b_op:
pcpc->rnd1 = GlobalAdjust(pcpc->rnd1);
break;
default: