arm: groups for Thumb SETEND instruction. ported from #843
This commit is contained in:
parent
dd56985837
commit
fca6fe4837
|
@ -13186,7 +13186,7 @@
|
|||
{
|
||||
ARM_tSETEND, ARM_INS_SETEND,
|
||||
#ifndef CAPSTONE_DIET
|
||||
{ 0 }, { 0 }, { ARM_GRP_NOTMCLASS, 0 }, 0, 0
|
||||
{ 0 }, { 0 }, { ARM_GRP_THUMB, ARM_GRP_V6, ARM_GRP_NOTMCLASS, 0 }, 0, 0
|
||||
#endif
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue