Update capstone which improves the PPC support ##arch
This commit is contained in:
parent
8df818b2de
commit
a175015eb3
|
@ -39,7 +39,7 @@ ifeq ($(USE_CS4),1)
|
|||
CS_TIP=a7cac8352f7397aa73bb2e2dcc1b6cdb2e1b8461
|
||||
CS_BRA=v4
|
||||
else
|
||||
CS_TIP=ba0bcda5c5ed59a06c7566fbb9f37d827b8d3e06
|
||||
CS_TIP=0494e94bab2faac6f5356a43bcbc00c0eae42639
|
||||
CS_BRA=next
|
||||
endif
|
||||
ifeq ($(CS_COMMIT_ARCHIVE),1)
|
||||
|
|
|
@ -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 = 'ba0bcda5c5ed59a06c7566fbb9f37d827b8d3e06'
|
||||
CS_TIP = '0494e94bab2faac6f5356a43bcbc00c0eae42639'
|
||||
CS_BRA = 'next'
|
||||
patches_files = [
|
||||
'fix-x86-16.patch',
|
||||
|
|
Loading…
Reference in New Issue