mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 14:27:50 +00:00
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
warning: rept-shift.asm(15) -> rept-shift.asm::m(10): [-Wmacro-shift]
|
||||
Cannot shift macro arguments past their end
|
||||
warning: rept-shift.asm(15) -> rept-shift.asm::m(11): [-Wmacro-shift]
|
||||
Cannot shift macro arguments past their end
|
||||
error: rept-shift.asm(15) -> rept-shift.asm::m(12):
|
||||
Macro argument '\1' not defined
|
||||
warning: Cannot shift macro arguments past their end [-Wmacro-shift]
|
||||
at rept-shift.asm::m(10) <- rept-shift.asm(15)
|
||||
warning: Cannot shift macro arguments past their end [-Wmacro-shift]
|
||||
at rept-shift.asm::m(11) <- rept-shift.asm(15)
|
||||
error: Macro argument '\1' not defined
|
||||
at rept-shift.asm::m(12) <- rept-shift.asm(15)
|
||||
Assembly aborted with 1 error!
|
||||
|
||||
Reference in New Issue
Block a user