This commit is contained in:
2026-05-19 08:48:58 +02:00
parent 03a6a9b383
commit 7d706e703f
+1 -1
View File
@@ -10,7 +10,7 @@ bool load_elf(const std::string &path, mem &mem, broadway &broadway) {
if (!reader.load(path))
return false;
size_t sanity_bss_check_count = 0;
ircolib::u32 sanity_bss_check_count = 0;
for (const auto &segment : reader.segments) {
const auto segment_type = segment->get_type();