mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-22 13:47:05 +00:00
Fix linker script align 16 in floating address context (#2115)
Turns out we were just using the wrong var lmao
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
SECTION "test", ROM0
|
||||
assert @ == $80 ; Set by the linker script.
|
||||
Label:: db 42 ; Make the section non-empty.
|
||||
@@ -0,0 +1,4 @@
|
||||
ROM0
|
||||
FLOATING
|
||||
ALIGN 16, $80
|
||||
"test"
|
||||
Reference in New Issue
Block a user