mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
error: opt-r.asm(5):
|
||||
Missing argument to option 'r'
|
||||
error: opt-r.asm(6):
|
||||
Invalid argument to option 'r' ("2a")
|
||||
FATAL: opt-r.asm(13):
|
||||
Recursion limit (0) exceeded
|
||||
error: Missing argument to option 'r'
|
||||
at opt-r.asm(5)
|
||||
error: Invalid argument to option 'r' ("2a")
|
||||
at opt-r.asm(6)
|
||||
FATAL: Recursion limit (0) exceeded
|
||||
at opt-r.asm(13)
|
||||
|
||||
Reference in New Issue
Block a user