From a59a081e4cddd057fb1088c868e3eae88ea60320 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Thu, 11 Oct 2018 13:33:16 +0200 Subject: [PATCH] core/vm: caught an issue in type declaration --- core/vm/ewasm_eei.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vm/ewasm_eei.go b/core/vm/ewasm_eei.go index 854e0e3536..b3aebc0e70 100644 --- a/core/vm/ewasm_eei.go +++ b/core/vm/ewasm_eei.go @@ -329,7 +329,7 @@ func eeiFuncs(in *InterpreterEWASM) []wasm.Function { Body: &wasm.FunctionBody{}, }, { - Sig: &eeiTypes.Entries[5], + Sig: &eeiTypes.Entries[7], Host: reflect.ValueOf(func(p *exec.Process) int32 { return getReturnDataSize(p, in) }), Body: &wasm.FunctionBody{}, },