Vendor and update Capstone
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -58,9 +58,6 @@
|
|||||||
[submodule "third_party/Catch2"]
|
[submodule "third_party/Catch2"]
|
||||||
path = third_party/Catch2
|
path = third_party/Catch2
|
||||||
url = https://github.com/catchorg/Catch2.git
|
url = https://github.com/catchorg/Catch2.git
|
||||||
[submodule "third_party/capstone"]
|
|
||||||
path = third_party/capstone
|
|
||||||
url = https://github.com/capstone-engine/capstone
|
|
||||||
[submodule "third_party/hips"]
|
[submodule "third_party/hips"]
|
||||||
path = third_party/hips
|
path = third_party/hips
|
||||||
url = https://github.com/wheremyfoodat/Hips
|
url = https://github.com/wheremyfoodat/Hips
|
||||||
@@ -80,3 +77,6 @@
|
|||||||
path = third_party/SDL2
|
path = third_party/SDL2
|
||||||
url = https://github.com/libsdl-org/SDL
|
url = https://github.com/libsdl-org/SDL
|
||||||
branch = SDL2
|
branch = SDL2
|
||||||
|
[submodule "third_party/capstone"]
|
||||||
|
path = third_party/capstone
|
||||||
|
url = https://github.com/Panda3DS-emu/capstone
|
||||||
|
|||||||
2
third_party/capstone
vendored
2
third_party/capstone
vendored
Submodule third_party/capstone updated: eb4fc2d761...8b0f54b1ff
2
third_party/host_memory/host_memory.cpp
vendored
2
third_party/host_memory/host_memory.cpp
vendored
@@ -481,7 +481,7 @@ namespace Common {
|
|||||||
|
|
||||||
long page_size = sysconf(_SC_PAGESIZE);
|
long page_size = sysconf(_SC_PAGESIZE);
|
||||||
if (page_size != 0x1000) {
|
if (page_size != 0x1000) {
|
||||||
Helpers::warn("page size {:#x} is incompatible with 4K paging", page_size);
|
Helpers::warn("Page size %X is incompatible with 4K paging", page_size);
|
||||||
throw std::bad_alloc{};
|
throw std::bad_alloc{};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user