From 9075f1af37db0d134072d7ba2b207fc824ef3b64 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Mon, 9 Nov 2015 10:04:37 +0200 Subject: [PATCH] fixes yet another order dependant bug in the test (not the code) --- lib/register/machine.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/register/machine.rb b/lib/register/machine.rb index 4214fc76..b9102239 100644 --- a/lib/register/machine.rb +++ b/lib/register/machine.rb @@ -62,6 +62,7 @@ module Register end def boot + initialize boot_parfait! @init = Branch.new( "__initial_branch__" , self.space.get_init.instructions ) @booted = true