Upgrade to a working capstone

This commit is contained in:
Sergi Àlvarez i Capilla 2022-01-28 12:21:35 +01:00
parent d9dcba4031
commit 595650c0cb
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ ifeq ($(USE_CS4),1)
CS_TIP=a7cac8352f7397aa73bb2e2dcc1b6cdb2e1b8461 CS_TIP=a7cac8352f7397aa73bb2e2dcc1b6cdb2e1b8461
CS_BRA=v4 CS_BRA=v4
else else
CS_TIP=6656bcb63ab4e87dc6079bd6b6b12cc8dd9b2ad8 CS_TIP=0f41307fec0f574759dd8fdf1da957c9dadc533a
CS_BRA=next CS_BRA=next
endif endif
ifeq ($(CS_COMMIT_ARCHIVE),1) ifeq ($(CS_COMMIT_ARCHIVE),1)

View File

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