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 @@
|
||||
warning: unmatched-directive.asm(5): [-Wunmatched-directive]
|
||||
`PUSHC` without corresponding `POPC`
|
||||
warning: unmatched-directive.asm(5): [-Wunmatched-directive]
|
||||
`PUSHO` without corresponding `POPO`
|
||||
warning: unmatched-directive.asm(5): [-Wunmatched-directive]
|
||||
`PUSHS` without corresponding `POPS`
|
||||
warning: `PUSHC` without corresponding `POPC` [-Wunmatched-directive]
|
||||
at unmatched-directive.asm(5)
|
||||
warning: `PUSHO` without corresponding `POPO` [-Wunmatched-directive]
|
||||
at unmatched-directive.asm(5)
|
||||
warning: `PUSHS` without corresponding `POPS` [-Wunmatched-directive]
|
||||
at unmatched-directive.asm(5)
|
||||
|
||||
Reference in New Issue
Block a user