]> granicus.if.org Git - yasm/commit
Enhance return values for yasm_x86__expr_checkea() to fully represent the
authorPeter Johnson <peter@tortall.net>
Sat, 19 Jul 2003 17:53:34 +0000 (17:53 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 19 Jul 2003 17:53:34 +0000 (17:53 -0000)
commit93c63b23ec1bd1a25f19846c8e48857ef215a5b6
tree34bdb4361efe59b0831c6a021117e1023131a2c5
parent918a2b18576fdb09a1606a9eadf8886bbc9782a6
Enhance return values for yasm_x86__expr_checkea() to fully represent the
three possible return states (okay, invalid, or indeterminate).  Propagate
this return change into the yasm_x86__expr_checkea() call tree as necessary.

svn path=/trunk/yasm/; revision=1013
modules/arch/x86/x86arch.h
modules/arch/x86/x86bc.c
modules/arch/x86/x86expr.c