fix some arguemnt names

This commit is contained in:
Torsten Ruger
2014-05-18 12:34:53 +03:00
parent 9fc8bfbb55
commit 76f1537174
5 changed files with 23 additions and 23 deletions

View File

@ -89,7 +89,7 @@ module Vm
# assemble in the same order as linked
def assemble( io )
link_at( @position , {}) #second link in case of forward declarations
link_at( @position , nil) #second link in case of forward declarations
@entry.assemble( io )
@main.assemble( io )
@exit.assemble( io )