mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
64e87d0dfc
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> |
||
---|---|---|
.. | ||
assemble.c | ||
assemble.h | ||
directiv.dat | ||
directiv.pl | ||
eval.c | ||
eval.h | ||
exprdump.c | ||
exprlib.c | ||
float.c | ||
float.h | ||
labels.c | ||
listing.c | ||
listing.h | ||
nasm.c | ||
parser.c | ||
parser.h | ||
phash.pl | ||
pptok.dat | ||
pptok.pl | ||
preproc-nop.c | ||
preproc.c | ||
preproc.h | ||
quote.c | ||
quote.h | ||
rdstrnum.c | ||
segalloc.c | ||
stdscan.c | ||
stdscan.h | ||
strfunc.c | ||
tokens.dat | ||
tokhash.pl |