Added export for Python CS_MODE_RISCVC binding (#1691)

This commit is contained in:
Tobias Faller 2020-09-18 16:34:35 +02:00 committed by GitHub
parent c88a7b37ef
commit 20e3ebd372
1 changed files with 1 additions and 0 deletions

1
bindings/python/capstone/__init__.py Normal file → Executable file
View File

@ -79,6 +79,7 @@ __all__ = [
'CS_MODE_BPF_EXTENDED',
'CS_MODE_RISCV32',
'CS_MODE_RISCV64',
'CS_MODE_RISCVC',
'CS_MODE_MOS65XX_6502',
'CS_MODE_MOS65XX_65C02',
'CS_MODE_MOS65XX_W65C02',