From a16f4ff9113fd4e12ceeeffc4f772f109360ffc2 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Wed, 2 Nov 2022 00:28:40 +0800 Subject: [PATCH] python: update list of supported archs in setup.py --- bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 34c6faf4..c9ed31b1 100755 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -217,7 +217,7 @@ based on [QEMU](http://qemu.org). Unicorn offers some unparalleled features: -- Multi-architecture: ARM, ARM64 (ARMv8), M68K, MIPS, PowerPC, SPARC and X86 (16, 32, 64-bit) +- Multi-architecture: ARM, ARM64 (ARMv8), M68K, MIPS, PowerPC, RISCV, SPARC, S390X, TriCore and X86 (16, 32, 64-bit) - Clean/simple/lightweight/intuitive architecture-neutral API - Implemented in pure C language, with bindings for Crystal, Clojure, Visual Basic, Perl, Rust, Ruby, Python, Java, .NET, Go, Delphi/Free Pascal, Haskell, Pharo, and Lua. - Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris confirmed)