Vendor and update Capstone

This commit is contained in:
wheremyfoodat
2025-10-12 02:43:44 +03:00
parent 0b8d8af9c7
commit 3f4e240bfc
3 changed files with 5 additions and 5 deletions

View File

@@ -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{};
}