1
0
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:
Safiire 2015-03-05 18:49:44 -08:00
parent 4a7445c236
commit 17dcd185c8

View File

@ -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