From a78f54200bfd9aac4aa79d4531cb3674b5d979be Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 9 Nov 2021 18:18:27 +0100 Subject: [PATCH] Fix for difference in func decl return types --- src/compiler/codegen/instr.fut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/codegen/instr.fut b/src/compiler/codegen/instr.fut index 1ed3dd3..bd8c139 100644 --- a/src/compiler/codegen/instr.fut +++ b/src/compiler/codegen/instr.fut @@ -623,7 +623,7 @@ let NODE_GET_PARENT_ARG_IDX_LOOKUP : [][][]i8 = [ [0, 0, 0, 0, 0, 0] ], --Empty statement [ -- Inval Void Int Float Int_ref Float_ref - [2, 2, 2, 2, 2, 2], + [0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0]