Vendor and update Capstone
This commit is contained in:
Vendored
+1
-1
Submodule third_party/capstone updated: eb4fc2d761...8b0f54b1ff
+1
-1
@@ -481,7 +481,7 @@ namespace Common {
|
||||
|
||||
long page_size = sysconf(_SC_PAGESIZE);
|
||||
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{};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user