Update capstone

This commit is contained in:
Sergi Àlvarez i Capilla 2021-12-02 11:25:18 +01:00
parent e07fbc2f37
commit e1efe7370f
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ ifeq ($(USE_CS4),1)
CS_TIP=a7cac8352f7397aa73bb2e2dcc1b6cdb2e1b8461
CS_BRA=v4
else
CS_TIP=f278de39c1e8a9fca977b8dfeed99d6d1f8b82bf
CS_TIP=6a261d3700a5f7f7aa1fa76d7bb97e65d3065bf9
CS_BRA=next
endif
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 = []
# NOTE: when you update CS_TIP or CS_BRA, also update them in shlr/Makefile
if capstone_version == 'v5'
CS_TIP = 'f278de39c1e8a9fca977b8dfeed99d6d1f8b82bf'
CS_TIP = '6a261d3700a5f7f7aa1fa76d7bb97e65d3065bf9'
CS_BRA = 'next'
patches_files = [
'fix-x86-16.patch',