BR 2172659: Fix incorrect output value for byte operands
commit779ed8bcfd4631604aadbff625e8d148a1566091
authorH. Peter Anvin <hpa@zytor.com>
Thu, 16 Oct 2008 20:01:43 +0000 (16 13:01 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 16 Oct 2008 20:01:43 +0000 (16 13:01 -0700)
tree6e8c1495fbd17a9b67083dd174c4dd8e858b03a8
parent44d3552ab950e533bcee7626c99d8a9ab0faabd1
BR 2172659: Fix incorrect output value for byte operands

A typo in checkin c1377e9a98dd5ca6f7900c048df5d346d1733d05 caused a
bunch of signed-byte immediates to incorrectly be issued as zero.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
assemble.c