mirror of
https://github.com/wiiu-env/payload_loader.git
synced 2024-11-24 12:49:15 +01:00
File size should be 0x3000
This commit is contained in:
parent
c0db699b68
commit
234c180659
@ -15,4 +15,4 @@ SECTIONS {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ASSERT((SIZEOF(.text) + SIZEOF(.data)) < 0x2000, "please recude the size.");
|
ASSERT((SIZEOF(.text) + SIZEOF(.data)) < 0x3000, "please recude the size.");
|
||||||
|
Loading…
Reference in New Issue
Block a user