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 bc754dd commit d2802beCopy full SHA for d2802be
compiler/lib-wasm/generate.ml
@@ -228,7 +228,7 @@ module Generate (Target : Target_sig.S) = struct
228
~into:typ
229
(match x with
230
| Pv x -> load x
231
- | Pc c -> Constant.translate ~unboxed:false c)
+ | Pc c -> Constant.translate ~unboxed:true c)
232
233
let translate_int_comparison ctx op x y =
234
match get_type ctx x, get_type ctx y with
0 commit comments