mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Print useful error message when '\0' is used in a symbol name
AppendMacroArg() was passing 0 to sym_FindMacroArg(), which caused an assertion failure. Now, AppendMacroArg() prints an error message instead.
This commit is contained in:
1
test/asm/symbol-invalid-macro-arg.asm
Normal file
1
test/asm/symbol-invalid-macro-arg.asm
Normal file
@@ -0,0 +1 @@
|
||||
x\0
|
||||
Reference in New Issue
Block a user