From 06bfb6abf1507d6cd61b78ed77179c365e4a88d2 Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 11 Oct 2022 18:51:20 +0200 Subject: [PATCH] Bump cs5 to support FNOP on m68k ##arch --- shlr/Makefile | 2 +- shlr/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shlr/Makefile b/shlr/Makefile index 573a1c80f8..de876f40e0 100644 --- a/shlr/Makefile +++ b/shlr/Makefile @@ -39,7 +39,7 @@ ifeq ($(USE_CS4),1) CS_TIP=a7cac8352f7397aa73bb2e2dcc1b6cdb2e1b8461 CS_BRA=v4 else -CS_TIP=662bb3f6cc204944614267158c1dd0eab03858df +CS_TIP=eea96543fa976326333e0d209d390ad03ced6e1f CS_BRA=next endif ifeq ($(CS_COMMIT_ARCHIVE),1) diff --git a/shlr/meson.build b/shlr/meson.build index 1eb34a9a15..36325e6eec 100644 --- a/shlr/meson.build +++ b/shlr/meson.build @@ -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 = '662bb3f6cc204944614267158c1dd0eab03858df' + CS_TIP = 'eea96543fa976326333e0d209d390ad03ced6e1f' CS_BRA = 'next' patches_files = [ 'fix-x86-16.patch',