mirror of
https://github.com/wiiu-env/MochaPayload.git
synced 2024-11-14 04:05:09 +01:00
Fix ios_fs .text assertion
This commit is contained in:
parent
d4200d781a
commit
1758f7ee0d
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user