mirror of
https://github.com/safiire/n65.git
synced 2024-12-12 00:29:03 +00:00
Fixed anonymous scopes
This commit is contained in:
parent
4a7445c236
commit
17dcd185c8
@ -13,7 +13,7 @@ module Assembler6502
|
||||
## Anonymous scope
|
||||
match_data = line.match(/^\.scope$/)
|
||||
unless match_data.nil?
|
||||
EnterScope.new
|
||||
return EnterScope.new
|
||||
end
|
||||
|
||||
## Named scope
|
||||
|
Loading…
Reference in New Issue
Block a user