fix: Disassembler not supporting any Capstone 5 features anymore

Fixes #1010
This commit is contained in:
WerWolv
2023-04-04 23:08:10 +02:00
parent 6c047f01f9
commit 3658d8d96e
2 changed files with 7 additions and 10 deletions

View File

@@ -21,14 +21,11 @@ namespace hex {
M680X,
EVM,
WASM,
#if defined(CS_MODE_RISCV32)
#if CS_API_MAJOR >= 5
RISCV,
#endif
#if defined(CS_MODE_MOS65XX_6502)
MOS65XX,
#endif
#if defined(CS_MODE_BPF_CLASSIC)
BPF,
BPF,
#endif
MAX,