mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-04 00:37:47 +00:00
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
error: union-in-rom.asm(2):
|
||||
Cannot use UNION inside of ROM0 or ROMX sections
|
||||
error: union-in-rom.asm(3):
|
||||
Found ENDU outside of a UNION construct
|
||||
error: Cannot use UNION inside of ROM0 or ROMX sections
|
||||
at union-in-rom.asm(2)
|
||||
error: Found ENDU outside of a UNION construct
|
||||
at union-in-rom.asm(3)
|
||||
Assembly aborted with 2 errors!
|
||||
|
||||
Reference in New Issue
Block a user