File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -433,10 +433,10 @@ trait StagedWasmEvaluator extends SAIOps {
433433
434434 def push (v : StagedNum )(implicit ctx : Context ): Context = {
435435 v match {
436- case I32 (v) => NumType ( I32Type ); " stack-push" .reflectCtrlWith[Unit ](v)
437- case I64 (v) => NumType ( I64Type ); " stack-push" .reflectCtrlWith[Unit ](v)
438- case F32 (v) => NumType ( F32Type ); " stack-push" .reflectCtrlWith[Unit ](v)
439- case F64 (v) => NumType ( F64Type ); " stack-push" .reflectCtrlWith[Unit ](v)
436+ case I32 (v) => " stack-push" .reflectCtrlWith[Unit ](v)
437+ case I64 (v) => " stack-push" .reflectCtrlWith[Unit ](v)
438+ case F32 (v) => " stack-push" .reflectCtrlWith[Unit ](v)
439+ case F64 (v) => " stack-push" .reflectCtrlWith[Unit ](v)
440440 }
441441 ctx.push(v.tipe)
442442 }
You can’t perform that action at this time.
0 commit comments