From 0e1540958232d9334e4e478aeb57e42450f39f60 Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Wed, 8 Nov 2023 12:05:36 -0700 Subject: [PATCH] Also in __init__.py --- pyvex/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyvex/__init__.py b/pyvex/__init__.py index 990f87a1..d9bc30e6 100644 --- a/pyvex/__init__.py +++ b/pyvex/__init__.py @@ -19,6 +19,7 @@ ARCH_PPC32, ARCH_PPC64_BE, ARCH_PPC64_LE, + ARCH_RISCV64_LE, ARCH_S390X, ARCH_X86, ) @@ -86,4 +87,5 @@ "ARCH_MIPS32_LE", "ARCH_MIPS64_BE", "ARCH_MIPS64_LE", + "ARCH_RISCV64_LE", ]