actually adding risc instructions
fix test harness 1 working test (yeh)
This commit is contained in:
@ -36,7 +36,7 @@ module Vool
|
||||
typed_method = method.create_parfait_method(clazz.instance_type)
|
||||
compiler = Risc::MethodCompiler.new( typed_method ).init_method
|
||||
head = @body.to_mom( method ).flatten
|
||||
head.to_risc(compiler)
|
||||
compiler.add_mom(head)
|
||||
end
|
||||
|
||||
private
|
||||
|
Reference in New Issue
Block a user