mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-23 06:07:06 +00:00
Fix constrained empty sections escaping their regions (#2137)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
FATAL: Unable to place "aligned" (ROM0 section) with align mask $8000 and offset $6420
|
||||
Linking aborted with 1 error
|
||||
@@ -0,0 +1,2 @@
|
||||
SECTION "aligned", ROM0, ALIGN[15, $6420]
|
||||
assert @ == $6420
|
||||
@@ -0,0 +1,2 @@
|
||||
error: Section "z"'s fixed address $4321 is outside of range [$0000; $3fff]
|
||||
Linking failed with 1 error
|
||||
@@ -0,0 +1,2 @@
|
||||
SECTION "z", ROM0[$4321]
|
||||
assert @ == $4321
|
||||
Reference in New Issue
Block a user