summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2017-03-01 13:45:02 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2017-03-01 13:45:02 -0800
commit64e87d0dfcfcbb51b9fd23af1815e46acf09c2eb (patch)
tree035bcf0cf58d234975de8e734bd0f4994b166ae7 /version
parent02788e1675f0fba49b97263751e03270a1f332b9 (diff)
downloadnasm-64e87d0dfcfcbb51b9fd23af1815e46acf09c2eb.tar.gz
assemble.c: for the signed byte operand, check overflow then rawbyte
When we are generating a signed byte operand, we anyway have to do the overflow check "manually". After doing so, output the result using out_rawbyte() instead of out_imm(), so we don't end up doing a redundant, and incorrect, second overflow check. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'version')
0 files changed, 0 insertions, 0 deletions