Skip to content

Commit 5625102

Browse files
authored
Merge pull request #1736 from ks0777/dev
add riscv constants to python binding module
2 parents e9c1c17 + 8edffe0 commit 5625102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/unicorn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Unicorn Python bindings, by Nguyen Anh Quynnh <[email protected]>
2-
from . import arm_const, arm64_const, mips_const, sparc_const, m68k_const, x86_const
2+
from . import arm_const, arm64_const, mips_const, sparc_const, m68k_const, x86_const, riscv_const
33
from .unicorn_const import *
44
from .unicorn import Uc, uc_version, uc_arch_supported, version_bind, debug, UcError, __version__

0 commit comments

Comments
 (0)