Skip to content

Commit

Permalink
fix Rust code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Jan 10, 2025
1 parent 83f148d commit 2661513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Juvix/Compiler/Backend/Rust/Translation/FromReg.hs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ fromRegInstr info = \case
]
Reg.CallClosure vr ->
[ stmtAssign
"funid"
"(funid, args)"
( mkCall
"mem.call_closure"
[fromVarRef vr, mkArray ((map fromValue _instrTailCallArgs))]
Expand Down

0 comments on commit 2661513

Please sign in to comment.