More bug fixes for overflow handling

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1165 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2004-10-26 20:16:18 +00:00
parent c3e3a72583
commit 3de4d0c6a5
13 changed files with 133 additions and 82 deletions

View File

@@ -11,8 +11,11 @@
* File: amasm.c *
* comments: abstract machine assembler *
* *
* Last rev: $Date: 2004-09-30 21:37:40 $ *
* Last rev: $Date: 2004-10-26 20:15:48 $ *
* $Log: not supported by cvs2svn $
* Revision 1.64 2004/09/30 21:37:40 vsc
* fixes for thread support
*
* Revision 1.63 2004/09/27 20:45:02 vsc
* Mega clauses
* Fixes to sizeof(expand_clauses) which was being overestimated
@@ -2803,7 +2806,7 @@ do_pass(int pass_no, yamop **entry_codep, int assembling, int *clause_has_blobsp
} while (either_inst[either_cont]->opc != opcode(_either));
}
#else
code_p = a_e(_or_last, code_p, pass_no);
code_p = a_pl(_or_last, cip->CurrentPred, code_p, pass_no);
#endif /* YAPOR */
clinfo.dealloc_found = FALSE;
break;