Fix ios_fs .text assertion

This commit is contained in:
Maschell 2023-11-24 13:31:17 +01:00
parent 06647e82d8
commit a83bbcc32e

View File

@ -26,5 +26,5 @@ SECTIONS
} }
} }
ASSERT((SIZEOF(.text)) < 0x7E00, "FS text section is too big"); ASSERT((SIZEOF(.text)) < 0xE00, "FS text section is too big");
ASSERT((SIZEOF(.bss)) < 0x2C4AAC, "FS bss section is too big"); ASSERT((SIZEOF(.bss)) < 0x2C4AAC, "FS bss section is too big");