block test
working on return semanitcs (still avoiding the implicit return)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user