bindings: update UC_MODE_BIG_ENDIAN after the change in the core

This commit is contained in:
Nguyen Anh Quynh 2015-08-29 15:10:33 +08:00
parent 6d8e5b32f4
commit 15f6da1c3a
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ const (
UC_MODE_MIPS32R6 = 64
UC_MODE_V9 = 16
UC_MODE_QPX = 16
UC_MODE_BIG_ENDIAN = 2147483648
UC_MODE_BIG_ENDIAN = 1073741824
UC_MODE_MIPS32 = 4
UC_MODE_MIPS64 = 8

View File

@ -27,7 +27,7 @@ UC_MODE_MIPS3 = 32
UC_MODE_MIPS32R6 = 64
UC_MODE_V9 = 16
UC_MODE_QPX = 16
UC_MODE_BIG_ENDIAN = 2147483648
UC_MODE_BIG_ENDIAN = 1073741824
UC_MODE_MIPS32 = 4
UC_MODE_MIPS64 = 8