mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 13:39:46 +00:00
fix: Remove wrong write in ARM_t2STMDB_UPD instruction (#1588)
This commit is contained in:
parent
3aa0ae8931
commit
0e90045ddc
@ -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
Block a user