Update capstone to fix arm64/cr0 bug and better ppc

This commit is contained in:
pancake 2023-05-29 17:39:26 +02:00 committed by GitHub
parent 6dc01010fe
commit b0b1a49eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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',