From 616066a598933df7ef126186eb9c647094f665ca Mon Sep 17 00:00:00 2001 From: obscuren Date: Sun, 30 Nov 2014 21:02:59 +0100 Subject: rework vm --- vm/execution.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm/execution.go') diff --git a/vm/execution.go b/vm/execution.go index c23164f82..514405215 100644 --- a/vm/execution.go +++ b/vm/execution.go @@ -90,6 +90,6 @@ func (self *Execution) exec(code, caddr []byte, caller ClosureRef) (ret []byte, return } -func (self *Execution) Create(caller ClosureRef) (ret []byte, err error) { +func (self *Execution) Create(caller []byte) (ret []byte, err error) { return self.exec(self.input, nil, caller) } -- cgit v1.2.3