Merge branch 'master' of github.com:aquynh/capstone

This commit is contained in:
Nguyen Anh Quynh 2019-01-28 12:40:24 +08:00
commit c25414d1fb
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 }