arm: fix issue #746 for arm mode. reported by @HarDToBelieve

This commit is contained in:
Nguyen Anh Quynh 2019-01-27 22:37:13 +08:00
parent 6f4fcff0e7
commit be87f94303
1 changed files with 1 additions and 1 deletions

View File

@ -962,7 +962,7 @@
{ CS_AC_READ, CS_AC_READ, 0 }
},
{ /* ARM_STMDB_UPD, ARM_INS_STMDB: stmdb${p} $rn!, $regs */
{ CS_AC_READ | CS_AC_WRITE, CS_AC_READ, 0 }
{ CS_AC_READ, 0 }
},
{ /* ARM_STMIA, ARM_INS_STM: stm${p} $rn, $regs */
{ CS_AC_READ, CS_AC_READ, 0 }