mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-12-14 00:49:53 +00:00
arm: in Thumb mode, ADC & SBC do not update flags. bug reported by @jabba2989
This commit is contained in:
parent
42d11f7dd3
commit
67fe1c2547
@ -10910,7 +10910,7 @@ static insn_map insns[] = {
|
||||
{
|
||||
ARM_t2ADCrr, ARM_INS_ADC,
|
||||
#ifndef CAPSTONE_DIET
|
||||
{ ARM_REG_CPSR, 0 }, { ARM_REG_CPSR, 0 }, { ARM_GRP_THUMB2, 0 }, 0, 0
|
||||
{ ARM_REG_CPSR, 0 }, { 0 }, { ARM_GRP_THUMB2, 0 }, 0, 0
|
||||
#endif
|
||||
},
|
||||
{
|
||||
@ -12086,7 +12086,7 @@ static insn_map insns[] = {
|
||||
{
|
||||
ARM_t2SBCrr, ARM_INS_SBC,
|
||||
#ifndef CAPSTONE_DIET
|
||||
{ ARM_REG_CPSR, 0 }, { ARM_REG_CPSR, 0 }, { ARM_GRP_THUMB2, 0 }, 0, 0
|
||||
{ ARM_REG_CPSR, 0 }, { 0 }, { ARM_GRP_THUMB2, 0 }, 0, 0
|
||||
#endif
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user