capstone
capstone copied to clipboard
[next] Fix #2244: Don't apply pseudo-instr. offset to `vcmp` id
Your checklist for this pull request
- [ ] I've documented or updated the documentation of every API function and struct this PR changes.
- [x] I've added tests that prove my fix is effective or that my feature works (if possible)
Detailed description
There is an offset for instruction IDs, which get applied to some of them.
For vcmp it seems they get applied incorrectly though.
Test plan
Added
Closing issues
closes https://github.com/capstone-engine/capstone/issues/2244