Skip to content

Commit df0c1dc

Browse files
committed
fix probe
1 parent 42c485f commit df0c1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middle_end/flambda2/from_lambda/closure_conversion.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1861,7 +1861,7 @@ let close_one_function acc ~code_id ~external_env ~by_function_slot
18611861
(Alloc_mode.For_types.unknown ()))
18621862
Debuginfo.none ~inlined:Inlined_attribute.Default_inlined
18631863
~inlining_state:(Inlining_state.default ~round:0)
1864-
~probe_name:None ~position:Normal
1864+
~probe:None ~position:Normal
18651865
~relative_history:
18661866
(Env.relative_history_from_scoped ~loc external_env)
18671867
~region:my_region

0 commit comments

Comments
 (0)