Skip to content

Commit

Permalink
[third_party] Update capstone to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Margen67 committed Jun 25, 2019
1 parent f7199f6 commit aea0d8d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
7 changes: 4 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
[submodule "third_party/binutils-ppc-cygwin"]
path = third_party/binutils-ppc-cygwin
url = https://github.com/benvanik/binutils-ppc-cygwin
[submodule "third_party/capstone"]
path = third_party/capstone
url = https://github.com/xenia-project/capstone.git
[submodule "third_party/libav"]
path = third_party/libav
url = https://github.com/xenia-project/libav.git
Expand Down Expand Up @@ -43,3 +40,7 @@
[submodule "third_party/aes_128"]
path = third_party/aes_128
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
4 changes: 2 additions & 2 deletions src/xenia/cpu/backend/x64/x64_assembler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

#include <climits>

#include "third_party/capstone/include/capstone.h"
#include "third_party/capstone/include/x86.h"
#include "third_party/capstone/include/capstone/capstone.h"
#include "third_party/capstone/include/capstone/x86.h"
#include "xenia/base/profiling.h"
#include "xenia/base/reset_scope.h"
#include "xenia/cpu/backend/x64/x64_backend.h"
Expand Down
4 changes: 2 additions & 2 deletions src/xenia/cpu/backend/x64/x64_backend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

#include <stddef.h>

#include "third_party/capstone/include/capstone.h"
#include "third_party/capstone/include/x86.h"
#include "third_party/capstone/include/capstone/capstone.h"
#include "third_party/capstone/include/capstone/x86.h"

#include "xenia/base/exception_handler.h"
#include "xenia/base/logging.h"
Expand Down
4 changes: 2 additions & 2 deletions src/xenia/debug/ui/debug_window.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#include <cinttypes>
#include <utility>

#include "third_party/capstone/include/capstone.h"
#include "third_party/capstone/include/x86.h"
#include "third_party/capstone/include/capstone/capstone.h"
#include "third_party/capstone/include/capstone/x86.h"
#include "third_party/imgui/imgui.h"
#include "third_party/imgui/imgui_internal.h"
#include "third_party/yaml-cpp/include/yaml-cpp/yaml.h"
Expand Down
2 changes: 1 addition & 1 deletion third_party/capstone
1 change: 0 additions & 1 deletion third_party/capstone.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ project("capstone")
"capstone/MCInstrDesc.h",
"capstone/MCRegisterInfo.c",
"capstone/MCRegisterInfo.h",
"capstone/myinttypes.h",
"capstone/SStream.c",
"capstone/SStream.h",
"capstone/utils.c",
Expand Down

0 comments on commit aea0d8d

Please sign in to comment.