Skip to content
  • Raymond Toy's avatar
    Make :plus-integer actually print + or - as documented. · c01e6f9d
    Raymond Toy authored
    The comment says the field should be proceeded with a + or -, but
    depended on negative integers producing the needed -.  When
    disassembling with a radix, this doesn't produce the expected output
    (#x7 vs #x-7 vs -#x7). So really print + or - followed by the absolute
    value.
    c01e6f9d