Skip to content

Commit b9e9d59

Browse files
authored
fix(compiler): Apply correct allocation type to numbers (#1140)
1 parent 212faca commit b9e9d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/middle_end/anf_helper.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module Comp = {
4747
mk(
4848
~loc?,
4949
~attributes?,
50-
~allocation_type=StackAllocated(WasmI32),
50+
~allocation_type=HeapAllocated,
5151
~env?,
5252
CNumber(i),
5353
);

0 commit comments

Comments
 (0)