mirror of
https://gitlab.com/qemu-project/capstone.git
synced 2025-09-17 02:01:15 +08:00

In ARMInstPrinter#printMSRMaskOperand, setting the type of SYSREG does not consider the SpecRegRBit, which causes the reported SYSREG value is always for SPSR even the instruction is using CPSR. Signed-off-by: david942j <david942j@gmail.com>