Skip to content

Commit

Permalink
Update capstone-v5 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jun 13, 2024
1 parent cb9eace commit 16423c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shlr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion shlr/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 16423c5

Please sign in to comment.