mirror of
https://github.com/wiiu-env/PayloadLoaderPayload.git
synced 2024-12-12 19:12:36 +01:00
Limit the size of the binary to not overlap with other code
This commit is contained in:
parent
a3c549c0da
commit
d866a17af8
@ -23,4 +23,4 @@ SECTIONS {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ASSERT((SIZEOF(.text) + SIZEOF(.data)) < 0x30000, "elf is too big");
|
ASSERT((SIZEOF(.text) + SIZEOF(.data)) < 0x2F000, "elf is too big");
|
Loading…
Reference in New Issue
Block a user