Add wut_load_bounds section to prevent loader bug (#220)

This commit is contained in:
GaryOderNichts
2022-05-07 12:40:48 +02:00
committed by GitHub
parent 6e547c154f
commit 92eb7ba649

View File

@@ -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