Skip to content

Commit

Permalink
Also in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Nov 17, 2023
1 parent 1a9bce6 commit 0e15409
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyvex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
ARCH_PPC32,
ARCH_PPC64_BE,
ARCH_PPC64_LE,
ARCH_RISCV64_LE,
ARCH_S390X,
ARCH_X86,
)
Expand Down Expand Up @@ -86,4 +87,5 @@
"ARCH_MIPS32_LE",
"ARCH_MIPS64_BE",
"ARCH_MIPS64_LE",
"ARCH_RISCV64_LE",
]

0 comments on commit 0e15409

Please sign in to comment.