disasm: relative operands are signed, not unsigned
commit08367e22315b0ba1011fa42987468fa3630c166f
authorH. Peter Anvin <hpa@zytor.com>
Wed, 2 Jan 2008 20:19:41 +0000 (2 12:19 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 2 Jan 2008 20:20:38 +0000 (2 12:20 -0800)
tree9f4605b0cb4e1ca0b99e39bfb1008b3dfb043458
parentb8b1a61d107b9eab93912ab79835c09c302c4066
disasm: relative operands are signed, not unsigned

Relative operands are signed, not unsigned; record them as such and
then apply proper truncation after offset addition.
disasm.c