From c8715e3aaa89e6be7daa4bb732a1c1d2f39d8407 Mon Sep 17 00:00:00 2001 From: gibbed Date: Fri, 2 Aug 2019 11:17:44 -0500 Subject: [PATCH] Fix Capstone submodule. --- .gitmodules | 3 +-- third_party/capstone | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 415bb8c08..868632298 100644 --- a/.gitmodules +++ b/.gitmodules @@ -48,5 +48,4 @@ url = https://github.com/openluopworld/aes_128.git [submodule "third_party/capstone"] path = third_party/capstone - url = https://github.com/aquynh/capstone.git - branch = master + url = https://github.com/xenia-project/capstone.git diff --git a/third_party/capstone b/third_party/capstone index f9c6a9048..d63216984 160000 --- a/third_party/capstone +++ b/third_party/capstone @@ -1 +1 @@ -Subproject commit f9c6a90489be7b3637ff1c7298e45efafe7cf1b9 +Subproject commit d63216984796af0b4ef8a36dd90172c81bdca9b9