Skip to content
  • Paul Sokolovsky's avatar
    showbc: Show conditional jump destination as unsigned value. · d8bfd77a
    Paul Sokolovsky authored
    This is consistent with how BC_JUMP was handled before. We never show jumps
    destinations relative to jump instrucion itself, only relative to beginning
    of function. Another useful way to show them as absolute (real memory
    address), and this change makes result expected and consistent with how
    BC_JUMP is shown.
    d8bfd77a