We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdc242 commit a365af3Copy full SHA for a365af3
middle_end/flambda2/to_cmm/to_cmm_static.ml
@@ -40,7 +40,7 @@ let static_field res field =
40
C.cfloat32 (Numeric_types.Float32_by_bit_pattern.to_float f)
41
| Naked_float f ->
42
C.cfloat (Numeric_types.Float_by_bit_pattern.to_float f)
43
- | Naked_int32 i -> C.cint32 (Nativeint.of_int32 i)
+ | Naked_int32 i -> C.cint32 i
44
(* XCR nroberts: Could somebody check the below cases? They feel funny to
45
me.
46
0 commit comments