Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Feb 26, 2024
1 parent 987bf4d commit cb0c8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/lib/generate.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ and translate_instrs_rev (ctx : Ctx.t) expr_queue instrs acc_rev muts_map : _ *
| Some x' -> x' ))
in
let muts_map =
List.fold_left muts_map_l ~init:Var.Map.empty ~f:(fun acc (x, x') ->
List.fold_left muts_map_l ~init:old_muts_map ~f:(fun acc (x, x') ->
Var.Map.add x x' acc)
in
let fvs =
Expand Down

0 comments on commit cb0c8ac

Please sign in to comment.