mirror of
https://github.com/encounter/objdiff.git
synced 2026-03-30 11:32:16 -07:00
0c48d711c7
Reworks the local-branch handling logic to be more unified: scan_instructions does all the work up front, and process_instruction / display_instruction can simply use the calculated branch destination instead of performing their own is-relocation-target- function-local checks. (Hopefully) Fixes #192