assemble.c: if a displacement is large enough, we may wrap
commitd9bc244f8a4ff9c0756c96345192b2fa3ed2d1c1
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 28 Mar 2017 22:52:58 +0000 (28 15:52 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 28 Mar 2017 22:54:15 +0000 (28 15:54 -0700)
treea433c5b77cc8cbfeb8a71627d93ef81e69e4b243
parent37d01d1a895825ae74a06c23d392fa3d79c95f06
assemble.c: if a displacement is large enough, we may wrap

If a displacement is as large as the address size currently in use
(which is the norm except for 64-bit code), then we should use
OUT_WRAP rather than OUT_UNSIGNED; the sign doesn't matter at all.

This resolves BR 3392391.

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