From bd328c9a993b40aa069febd063e4a836344cc5d4 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Tue, 16 Jun 2026 22:29:50 +0200 Subject: Add Linux build support for Wii U loader --- src/elf_common/elf_reader.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/elf_common/elf_reader.h') diff --git a/src/elf_common/elf_reader.h b/src/elf_common/elf_reader.h index 1c6a389..23ab7cd 100644 --- a/src/elf_common/elf_reader.h +++ b/src/elf_common/elf_reader.h @@ -202,9 +202,8 @@ public: void print() { this->printHeader(); - this->printSegment(); + this->printSegments(); this->printSections(); - this->printSymbols(); } bool verifyHeader() { -- cgit v1.3.1