rename c to register machine

This commit is contained in:
Torsten Ruger
2014-05-21 19:43:46 +03:00
parent 937f566b27
commit 46102e56ad
9 changed files with 24 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ module Vm
end
def do_call into
CMachine.instance.function_call into , self
RegisterMachine.instance.function_call into , self
end
end
end