Update capstone
This commit is contained in:
parent
b8d6a1d60d
commit
71440e8264
|
@ -52,7 +52,7 @@ ifeq ($(USE_CS4),1)
|
|||
CS_TIP=1d230532840a37ac032c6ab80128238fc930c6c1
|
||||
CS_BRA=v4
|
||||
else
|
||||
CS_TIP=61cdc56159986e6d77be571b04c570cf2c378d13
|
||||
CS_TIP=59153d3af2f74fccfddd5368feba20b8290b11cf
|
||||
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 = '61cdc56159986e6d77be571b04c570cf2c378d13'
|
||||
CS_TIP = '59153d3af2f74fccfddd5368feba20b8290b11cf'
|
||||
CS_BRA = 'next'
|
||||
patches_files = [
|
||||
'fix-x86-16.patch',
|
||||
|
|
Loading…
Reference in New Issue