This commit is contained in:
Torsten Ruger
2014-05-19 11:28:37 +03:00
parent 59952f8503
commit c56b7cdf09
4 changed files with 5 additions and 4 deletions

View File

@ -46,6 +46,7 @@ module Arm
raise "Not CallSite #{call.inspect}" unless call.is_a? Vm::CallSite
raise "Not linked #{call.inspect}" unless call.function
into << call( call.function )
raise "No return type for #{call.function.name}" unless call.function.return_type
call.function.return_type
end