mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Implement ? suffix to "quiet" a context and exclude it from backtraces (#1800)
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
error: Invalid character '#'
|
||||
at garbage_sequence.asm(1)
|
||||
error: Invalid characters '?', 0xFF (is the file UTF-8?)
|
||||
error: Invalid characters '#', 0xFF (is the file UTF-8?)
|
||||
at garbage_sequence.asm(2)
|
||||
error: Invalid characters '?', 0xFF, '?' (is the file UTF-8?)
|
||||
error: Invalid characters '#', 0xFF, '}', 0xFF (is the file UTF-8?)
|
||||
at garbage_sequence.asm(3)
|
||||
error: Invalid character '#'
|
||||
at garbage_sequence.asm(3)
|
||||
error: Invalid characters '#', '?', '?'
|
||||
at garbage_sequence.asm(3)
|
||||
error: Invalid characters '#', 0xFF (is the file UTF-8?)
|
||||
at garbage_sequence.asm(5)
|
||||
Assembly aborted with 6 errors!
|
||||
Assembly aborted with 5 errors!
|
||||
|
||||
Reference in New Issue
Block a user