mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Added __argdata__ to switch.ld.
This commit is contained in:
parent
817fec6859
commit
79e573472e
@ -167,6 +167,9 @@ SECTIONS
|
|||||||
|
|
||||||
__end__ = ABSOLUTE(.) ;
|
__end__ = ABSOLUTE(.) ;
|
||||||
|
|
||||||
|
. = ALIGN(0x1000);
|
||||||
|
__argdata__ = ABSOLUTE(.) ;
|
||||||
|
|
||||||
/* ==================
|
/* ==================
|
||||||
==== Metadata ====
|
==== Metadata ====
|
||||||
================== */
|
================== */
|
||||||
|
Loading…
Reference in New Issue
Block a user