diff --git a/shlr/Makefile b/shlr/Makefile index 6974a9a7438d5..692209052326c 100644 --- a/shlr/Makefile +++ b/shlr/Makefile @@ -56,7 +56,7 @@ ifeq ($(USE_CS4),1) CS_TIP=0efa3cc530ea188c0e03c945ab884ee19dd16342 CS_BRA=v4 else -CS_TIP=11a2ea286336c52c485da8256ea70148b04a990c +CS_TIP=e90ef3928fc329ebe3214a7814aa34318b23f490 CS_BRA=v5 endif endif diff --git a/shlr/meson.build b/shlr/meson.build index 9ac8019f8bc32..37cf683c59c95 100644 --- a/shlr/meson.build +++ b/shlr/meson.build @@ -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 = '11a2ea286336c52c485da8256ea70148b04a990c' + CS_TIP = 'e90ef3928fc329ebe3214a7814aa34318b23f490' CS_BRA = 'v5' patches_files = [ 'fix-x86-16.patch'