From 8e04c415d2e1fef4c4d111531887afe037760c80 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Thu, 13 Apr 2023 12:50:43 +1000 Subject: [PATCH] fixed multiboot linker script --- agb/gba_mb.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb/gba_mb.ld b/agb/gba_mb.ld index 0f3ef446..8d0eac47 100644 --- a/agb/gba_mb.ld +++ b/agb/gba_mb.ld @@ -24,7 +24,7 @@ SECTIONS { *(.crt0 .crt0*); *(.text .text*); . = ALIGN(4); - } > rom + } > ewram __text_end = .; .rodata : {