mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-16 07:36:52 -05:00
Add wut_load_bounds section to prevent loader bug (#220)
This commit is contained in:
@@ -102,6 +102,8 @@ SECTIONS
|
||||
} > datamem
|
||||
|
||||
. = ORIGIN(loadmem);
|
||||
.wut_load_bounds : { LONG(0) } > loadmem
|
||||
|
||||
.fexports ALIGN(32) : { KEEP( *(.fexports) ) } > loadmem
|
||||
.dexports ALIGN(32) : { KEEP( *(.dexports) ) } > loadmem
|
||||
|
||||
|
||||
Reference in New Issue
Block a user