mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
fix: Disassembler not supporting any Capstone 5 features anymore
Fixes #1010
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user