mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-27 13:32:08 +00:00
Clean up label generation
Only check for localness when we already know we have a local
This commit is contained in:
9
test/asm/sym-scope.err
Normal file
9
test/asm/sym-scope.err
Normal file
@@ -0,0 +1,9 @@
|
||||
ERROR: sym-scope.asm(4):
|
||||
Local label '.tooSoon' in main scope
|
||||
ERROR: sym-scope.asm(5):
|
||||
Local label 'Nice.try' in main scope
|
||||
ERROR: sym-scope.asm(17):
|
||||
Not currently in the scope of 'Parentheses.check'
|
||||
ERROR: sym-scope.asm(21):
|
||||
Not currently in the scope of 'Parent.check'
|
||||
error: Assembly aborted (4 errors)!
|
||||
Reference in New Issue
Block a user