arm: in Thumb mode, ADC & SBC do not update flags. bug reported by @jabba2989

This commit is contained in:
Nguyen Anh Quynh 2015-01-13 22:17:37 +08:00
parent 42d11f7dd3
commit 67fe1c2547

View File

@ -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
},
{