Skip to content

Commit

Permalink
fix flambda2
Browse files Browse the repository at this point in the history
  • Loading branch information
riaqn committed Jul 27, 2023
1 parent fa356e4 commit acc4aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middle_end/flambda2/terms/flambda_primitive.ml
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ let result_kind_of_unary_primitive p : result_kind =
| Begin_try_region -> Singleton K.region
| End_region -> Singleton K.value
| Obj_dup -> Singleton K.value
| Get_header -> Singleton K.naked_immediate
| Get_header -> Singleton K.naked_nativeint

let effects_and_coeffects_of_unary_primitive p : Effects_and_coeffects.t =
match p with
Expand Down

0 comments on commit acc4aa2

Please sign in to comment.