capstone
capstone copied to clipboard
Add x30 implicit read to the RET alias.
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
Addresses the missing implicit read of the ret AArch64 alias reported in https://github.com/capstone-engine/capstone/issues/2737
Test plan
added
Closing issues
closes https://github.com/capstone-engine/capstone/issues/2737 (because the other things mentioned there could be resolved with the "get real detail" feature)