mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Make data output outside of a SECTION non-fatal
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
FATAL: align-pc-outside-section.asm(1):
|
||||
ERROR: align-pc-outside-section.asm(1):
|
||||
Cannot output data outside of a SECTION
|
||||
error: Assembly aborted (1 error)!
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
ERROR: incbin-end-0.asm(1):
|
||||
Cannot output data outside of a SECTION
|
||||
error: Assembly aborted (1 error)!
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
ERROR: pops-restore-no-section.asm(9):
|
||||
Label "DisallowedContent" created outside of a SECTION
|
||||
FATAL: pops-restore-no-section.asm(10):
|
||||
ERROR: pops-restore-no-section.asm(10):
|
||||
Cannot output data outside of a SECTION
|
||||
error: Assembly aborted (2 errors)!
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
FATAL: pushs.asm(5):
|
||||
ERROR: pushs.asm(5):
|
||||
Cannot output data outside of a SECTION
|
||||
error: Assembly aborted (1 error)!
|
||||
|
||||
Reference in New Issue
Block a user