Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not treat jump destinations as data accesses
The two JMP instructions have address modes that imply a data access occurs. All branch instructions and JSR have `optype` 0, so they don't have this problem.
- Loading branch information