block test

working on return semanitcs
(still avoiding the implicit return)
This commit is contained in:
Torsten Ruger
2018-07-30 14:10:24 +03:00
parent a3059108eb
commit 9c6a099cde
5 changed files with 63 additions and 5 deletions

View File

@ -53,7 +53,7 @@ module Mom
cpu_instructions << cpu if cpu
nekst = nekst.next
end
Risc::Assembler.new(compiler.get_method , cpu_instructions )
Risc::Assembler.new(compiler.callable , cpu_instructions )
end
end