assemble: fix too aggressive dropping of overflow warnings
commit86b2e93081072a5c0032eba7d0008948ca5cae75
authorH. Peter Anvin <hpa@zytor.com>
Fri, 13 Sep 2019 01:20:07 +0000 (12 18:20 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 13 Sep 2019 01:20:07 +0000 (12 18:20 -0700)
tree23570e4f22495d93a34323a0a8ae78fa24256858
parent82c5cb170453482095b7610e175a07bea1338f50
assemble: fix too aggressive dropping of overflow warnings

Drop down to OUT_WRAP when the size is big enough, as opposed to not
doing any tests at all.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
asm/assemble.c