Skip to content

Commit 5e30199

Browse files
committed
Revert "Temporarily fix stack overflow"
This reverts commit 92a03ab.
1 parent 161602f commit 5e30199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hkmc2/shared/src/main/scala/hkmc2/MLsCompiler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class MLsCompiler(preludeFile: os.Path, mkOutput: ((Str => Unit) => Unit) => Uni
9090
)
9191
val low = ltl.givenIn:
9292
new codegen.Lowering()
93-
// with codegen.LoweringSelSanityChecks
93+
with codegen.LoweringSelSanityChecks
9494
val jsb = ltl.givenIn:
9595
codegen.js.JSBuilder()
9696
val le = low.program(blk)

0 commit comments

Comments
 (0)