Bump Capstone version to newest next. (#4869)

This commit is contained in:
Rot127 2025-01-29 16:23:39 +00:00 committed by GitHub
parent 303b39e07b
commit d61b1c95e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/capstone-engine/capstone.git
revision = b102f1b89e0455c072a751d287ab64378c14205f
revision = 8ac2843b9bc91e29c0287d27f9c49cff2ad44776
directory = capstone-next
patch_directory = capstone-next
depth = 1

View file

@ -16,6 +16,10 @@ cs_files = [
'arch/Alpha/AlphaInstPrinter.c',
'arch/Alpha/AlphaMapping.c',
'arch/Alpha/AlphaModule.c',
'arch/ARC/ARCDisassembler.c',
'arch/ARC/ARCInstPrinter.c',
'arch/ARC/ARCMapping.c',
'arch/ARC/ARCModule.c',
'arch/AArch64/AArch64BaseInfo.c',
'arch/AArch64/AArch64Disassembler.c',
'arch/AArch64/AArch64DisassemblerExtension.c',
@ -102,6 +106,7 @@ libcapstone_c_args = [
'-DCAPSTONE_USE_SYS_DYN_MEM',
'-DCAPSTONE_DIET_NO',
'-DCAPSTONE_HAS_AARCH64',
'-DCAPSTONE_HAS_ARC',
'-DCAPSTONE_HAS_ALPHA',
'-DCAPSTONE_HAS_ARM',
'-DCAPSTONE_HAS_HPPA',