Skip to content

Commit a365af3

Browse files
committed
Rebase fix
1 parent 7fdc242 commit a365af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middle_end/flambda2/to_cmm/to_cmm_static.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ let static_field res field =
4040
C.cfloat32 (Numeric_types.Float32_by_bit_pattern.to_float f)
4141
| Naked_float f ->
4242
C.cfloat (Numeric_types.Float_by_bit_pattern.to_float f)
43-
| Naked_int32 i -> C.cint32 (Nativeint.of_int32 i)
43+
| Naked_int32 i -> C.cint32 i
4444
(* XCR nroberts: Could somebody check the below cases? They feel funny to
4545
me.
4646

0 commit comments

Comments
 (0)