Add python support for s390x

This commit is contained in:
mio
2022-01-01 00:58:10 +01:00
parent d5e0bff7d5
commit 8b0285e135
4 changed files with 186 additions and 2 deletions

View File

@ -21,7 +21,8 @@ UC_ARCH_PPC = 5
UC_ARCH_SPARC = 6
UC_ARCH_M68K = 7
UC_ARCH_RISCV = 8
UC_ARCH_MAX = 9
UC_ARCH_S390X = 9
UC_ARCH_MAX = 10
UC_MODE_LITTLE_ENDIAN = 0
UC_MODE_BIG_ENDIAN = 1073741824