Revert "asm/assemble.c: change the overflow handling for signed byte immediates"
commit02788e1675f0fba49b97263751e03270a1f332b9
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 1 Mar 2017 21:39:10 +0000 (1 13:39 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 1 Mar 2017 21:39:10 +0000 (1 13:39 -0800)
tree95bccd89fb41fc7fd3962bbe1b6d69b7d1777c37
parent964d502248e41aba1c208f402ddfb5bb7073b792
Revert "asm/assemble.c: change the overflow handling for signed byte immediates"

This reverts commit fbb07d68434c95cbf3638459970457ebf796de36.

This change was quite wrong; it is explicitly there to verify the
validity of the value as a 16/32/64-bit number, not it's
8-bit-worthiness.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
asm/assemble.c