fix: Remove wrong write in ARM_t2STMDB_UPD instruction (#1588)
This commit is contained in:
parent
ce548096fb
commit
ade007641e
|
@ -10052,7 +10052,7 @@
|
|||
},
|
||||
|
||||
{ /* ARM_t2STMDB_UPD, ARM_INS_PUSH: push */
|
||||
{ CS_AC_READ | CS_AC_WRITE, CS_AC_READ, 0 }
|
||||
{ CS_AC_READ, CS_AC_READ, 0 }
|
||||
},
|
||||
|
||||
{ /* ARM_t2STMIA, ARM_INS_STM: stm */
|
||||
|
|
Loading…
Reference in New Issue