From 79e573472ea719597228ed024bd493cb78f477be Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sun, 10 Dec 2017 23:27:16 -0500 Subject: [PATCH] Added __argdata__ to switch.ld. --- buildscripts/lib/switch.ld | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildscripts/lib/switch.ld b/buildscripts/lib/switch.ld index 4ddba876..d89a8126 100644 --- a/buildscripts/lib/switch.ld +++ b/buildscripts/lib/switch.ld @@ -167,6 +167,9 @@ SECTIONS __end__ = ABSOLUTE(.) ; + . = ALIGN(0x1000); + __argdata__ = ABSOLUTE(.) ; + /* ================== ==== Metadata ==== ================== */