mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 11:32:07 +00:00
Currently, all symbols are assigned a filename and line when they're first encountered and added to the internal hash table. This is often not expected and leads to erroneous error messages.
4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
ERROR: label-redefinition.asm(7):
|
|
'Sym' already defined in m(6)
|
|
error: Assembly aborted in pass 1 (1 errors)!
|