Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: fix single-step of Thumb unconditional branch
Only type 1 branch instruction has a condition code, not type 2. Currently they're both tagged with ARM_B which doesn't allow for the distinction. Signed-off-by: Nicolas Pitre <[email protected]> Signed-off-by: David Brownell <[email protected]>
- Loading branch information