mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Previously a '.' could be past the truncation limit but still cause the identifier to be marked as local, violating an assertion in `sym_AddLocalLabel`. Fixes #832
8 lines
552 B
Plaintext
8 lines
552 B
Plaintext
warning: local-truncated.asm(10): [-Wlong-string]
|
|
Symbol name too long, got truncated
|
|
ERROR: local-truncated.asm(10):
|
|
'a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' already defined at local-truncated.asm(3)
|
|
warning: local-truncated.asm(11): [-Wlong-string]
|
|
Symbol name too long, got truncated
|
|
error: Assembly aborted (1 error)!
|