bindings: update after the last commit on adding ARM modes

This commit is contained in:
naq
2019-10-26 05:02:39 +08:00
parent ba74552199
commit 3b17db0d84
6 changed files with 18 additions and 0 deletions

View File

@ -31,6 +31,9 @@ module Common =
let UC_MODE_THUMB = 16
let UC_MODE_MCLASS = 32
let UC_MODE_V8 = 64
let UC_MODE_ARM926 = 128
let UC_MODE_ARM946 = 256
let UC_MODE_ARM1176 = 512
let UC_MODE_MICRO = 16
let UC_MODE_MIPS3 = 32
let UC_MODE_MIPS32R6 = 64