From 7d706e703fa793a7d54e34b2d4e36c406f465c0e Mon Sep 17 00:00:00 2001 From: iris Date: Tue, 19 May 2026 08:48:58 +0200 Subject: [PATCH] sdf --- core/loaders/elf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/loaders/elf.cpp b/core/loaders/elf.cpp index 4436202..9486d35 100644 --- a/core/loaders/elf.cpp +++ b/core/loaders/elf.cpp @@ -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();