rename method
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module Crystal
|
||||
module Kernel
|
||||
def self.exit context
|
||||
function = Virtual::Method.new(:exit , [] , Virtual::Integer)
|
||||
function = Virtual::MethodDefinition.new(:exit , [] , Virtual::Integer)
|
||||
return function
|
||||
ret = Virtual::RegisterMachine.instance.exit(function)
|
||||
function.set_return ret
|
||||
|
Reference in New Issue
Block a user