Upgrade to the latest capstone, with fixes for arm64 and riscv

This commit is contained in:
pancake 2022-12-08 13:21:57 +01:00 committed by pancake
parent d7c603ce82
commit 52efddb2c6
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ ifeq ($(USE_CS4),1)
CS_TIP=1d230532840a37ac032c6ab80128238fc930c6c1
CS_BRA=v4
else
CS_TIP=087889dddb545923613d8416af70e35eecfef70c
CS_TIP=12e8258f60647a997ffa72702a9e5b37bd622044
CS_BRA=next
endif
ifeq ($(CS_COMMIT_ARCHIVE),1)

View File

@ -19,7 +19,7 @@ if not capstone_dep.found() or not get_option('use_sys_capstone')
patches_files = []
# NOTE: when you update CS_TIP or CS_BRA, also update them in shlr/Makefile
if capstone_version == 'v5'
CS_TIP = '087889dddb545923613d8416af70e35eecfef70c'
CS_TIP = '12e8258f60647a997ffa72702a9e5b37bd622044'
CS_BRA = 'next'
patches_files = [
'fix-x86-16.patch',