bindings: update consts

This commit is contained in:
Nguyen Anh Quynh
2022-07-07 23:48:01 +08:00
parent 492cdfe3d4
commit 1ec1352995
6 changed files with 6 additions and 6 deletions

View File

@@ -37,10 +37,10 @@ const UC_API_MAJOR = 2;
UC_MODE_THUMB = 16;
UC_MODE_MCLASS = 32;
UC_MODE_V8 = 64;
UC_MODE_ARMBE8 = 1024;
UC_MODE_ARM926 = 128;
UC_MODE_ARM946 = 256;
UC_MODE_ARM1176 = 512;
UC_MODE_ARMBE8 = 1024;
UC_MODE_MICRO = 16;
UC_MODE_MIPS3 = 32;
UC_MODE_MIPS32R6 = 64;