In disassembling the MIPS JAL instruction, a group indicating it is a CALL (or any type of jump) instruction is missing.

Instruction bytes giving faulty results
Expected results
The details should contain the call group.
Steps to get the wrong result
With cstool:
cstool -d mips 0x0400000c
| Questions |
Answers |
| OS/arch/bits |
Ubuntu x86 |
| Architecture |
mips |
| Source of Capstone |
`Python release 5.0.2" |
| Version/git commit |
v5.0.1280 |
In disassembling the MIPS
JALinstruction, a group indicating it is a CALL (or any type of jump) instruction is missing.Instruction bytes giving faulty results
Expected results
The details should contain the
callgroup.Steps to get the wrong result
With
cstool: