Skip to content

Commit

Permalink
flambda-backend: Fix result layout of combined applications (#1963)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekdohibs authored Oct 26, 2023
1 parent 91d3de7 commit 8bd0b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/translcore.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ and transl_apply ~scopes
(Rc_normal | Rc_nontail) ->
Lapply
{ap with ap_args = ap.ap_args @ args; ap_loc = loc;
ap_region_close = pos; ap_mode = mode}
ap_region_close = pos; ap_mode = mode; ap_result_layout = result_layout }
| lexp, _ ->
Lapply {
ap_loc=loc;
Expand Down

0 comments on commit 8bd0b80

Please sign in to comment.