Skip to content

Commit d2802be

Browse files
committed
FIX
1 parent bc754dd commit d2802be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/lib-wasm/generate.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ module Generate (Target : Target_sig.S) = struct
228228
~into:typ
229229
(match x with
230230
| Pv x -> load x
231-
| Pc c -> Constant.translate ~unboxed:false c)
231+
| Pc c -> Constant.translate ~unboxed:true c)
232232

233233
let translate_int_comparison ctx op x y =
234234
match get_type ctx x, get_type ctx y with

0 commit comments

Comments
 (0)