diff --git a/source/ios_fs/link.ld b/source/ios_fs/link.ld index 1a4afc5..d8ad349 100644 --- a/source/ios_fs/link.ld +++ b/source/ios_fs/link.ld @@ -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");