diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 8d09ace42..2661a74ef 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -292,7 +292,7 @@ SECTIONS { } =0 lib_rodata : - ALIGN(4) + SUBALIGN(4) { src/agb_flash.o(.rodata); src/agb_flash_1m.o(.rodata); |