Update to the latest capstone v5

This commit is contained in:
pancake 2023-09-07 17:07:18 +02:00 committed by pancake
parent bc037b0522
commit bd3eda6729
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ ifeq ($(USE_CS4),1)
CS_TIP=0efa3cc530ea188c0e03c945ab884ee19dd16342
CS_BRA=v4
else
CS_TIP=e1af2e249ab85c70594a8c975f27d072278257fb
CS_TIP=097c04d9413c59a58b00d4d1c8d5dc0ac158ffaa
CS_BRA=v5
endif
endif

View File

@ -25,7 +25,7 @@ if not capstone_dep.found() or not get_option('use_sys_capstone')
'fix-x86-16.patch',
]
elif capstone_version == 'v5'
CS_TIP = 'e1af2e249ab85c70594a8c975f27d072278257fb'
CS_TIP = '097c04d9413c59a58b00d4d1c8d5dc0ac158ffaa'
CS_BRA = 'v5'
patches_files = [
'fix-x86-16.patch'