Update capstone to fix arm64/cr0 bug and better ppc
This commit is contained in:
parent
6dc01010fe
commit
b0b1a49eb7
|
@ -52,7 +52,7 @@ ifeq ($(USE_CS4),1)
|
|||
CS_TIP=1d230532840a37ac032c6ab80128238fc930c6c1
|
||||
CS_BRA=v4
|
||||
else
|
||||
CS_TIP=798f81420fbe497668a8203ca7ca4fcf62bbae39
|
||||
CS_TIP=7674d8808e8c10cb0478c956ad177a8327186217
|
||||
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 = '798f81420fbe497668a8203ca7ca4fcf62bbae39'
|
||||
CS_TIP = '7674d8808e8c10cb0478c956ad177a8327186217'
|
||||
CS_BRA = 'next'
|
||||
patches_files = [
|
||||
'fix-x86-16.patch',
|
||||
|
|
Loading…
Reference in New Issue