mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-24 19:14:24 -05:00
correct __eheap_end typo
This commit is contained in:
parent
8c542fd929
commit
c610e2dc59
|
|
@ -57,7 +57,7 @@ MEMORY {
|
|||
}
|
||||
|
||||
__text_start = ORIGIN(rom);
|
||||
__eheap_end = ORIGIN(ewram) + LENGTH(iwram);
|
||||
__eheap_end = ORIGIN(ewram) + LENGTH(ewram);
|
||||
__iwram_start = ORIGIN(iwram);
|
||||
__iwram_top = ORIGIN(iwram) + LENGTH(iwram);;
|
||||
__sp_irq = __iwram_top - 0x100;
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ MEMORY {
|
|||
|
||||
|
||||
__text_start = ORIGIN(ewram);
|
||||
__eheap_end = ORIGIN(ewram) + LENGTH(iwram);
|
||||
__eheap_end = ORIGIN(ewram) + LENGTH(ewram);
|
||||
__iwram_start = ORIGIN(iwram);
|
||||
__iwram_top = ORIGIN(iwram) + LENGTH(iwram);;
|
||||
__sp_irq = __iwram_top - 0x100;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user