]> granicus.if.org Git - yasm/commit
Pass size directly to yasm_value_finalize_expr() rather than setting
authorPeter Johnson <peter@tortall.net>
Fri, 15 Feb 2008 06:06:57 +0000 (06:06 -0000)
committerPeter Johnson <peter@tortall.net>
Fri, 15 Feb 2008 06:06:57 +0000 (06:06 -0000)
commit40a06385d570134260d4fe56327a7e2bc6125097
tree73d565973d5d46b9864c13204d794b94e3641985
parent7991cd8309cdd047b411d85bb516b15c9c65aa77
Pass size directly to yasm_value_finalize_expr() rather than setting
afterwards.  This fixes the value full-mask case for immediate operands:
e.g. "mov ax, word (label & 0xffff)".

svn path=/trunk/yasm/; revision=2039
modules/arch/x86/x86id.c