fix: Remove wrong write in ARM_t2STMDB_UPD instruction (#1588)

This commit is contained in:
DarkaMaul 2020-02-21 01:56:35 +00:00 committed by GitHub
parent 3aa0ae8931
commit 0e90045ddc

View File

@ -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 */