capstone icon indicating copy to clipboard operation
capstone copied to clipboard

[next] Fix #2244: Don't apply pseudo-instr. offset to `vcmp` id

Open Rot127 opened this issue 1 year ago • 0 comments

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

Rot127 avatar Apr 24 '24 06:04 Rot127