Skip to content

Commit

Permalink
Fix for difference in func decl return types
Browse files Browse the repository at this point in the history
  • Loading branch information
BIsHetAntwoord committed Nov 9, 2021
1 parent 8624b45 commit a78f542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/codegen/instr.fut
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a78f542

Please sign in to comment.