polish sources

This commit is contained in:
Torsten Ruger
2015-10-29 22:31:28 +02:00
parent 7d7b7ca995
commit 7e24f63327
5 changed files with 16 additions and 14 deletions

View File

@ -63,7 +63,7 @@ module Register
def boot
boot_parfait!
@init = Branch.new( "__init__" , self.space.get_init.instructions )
@init = Branch.new( "__initial_branch__" , self.space.get_init.instructions )
@booted = true
self
end