提交 92ec97e8 编写于 作者: 3 3dgen

增加 buildin.ssa:wrapnilchk

上级 decb015c
......@@ -691,6 +691,10 @@ func (g *functionGenerator) genBuiltin(call *ssa.CallCommon) (insts []wat.Inst,
insts = g.module.EmitGenCopy(g.getValue(call.Args[0]).value, g.getValue(call.Args[1]).value)
ret_type = g.module.I32
case "ssa:wrapnilchk":
insts = g.getValue(call.Args[0]).value.EmitPush()
ret_type = g.getValue(call.Args[0]).value.Type()
default:
logger.Fatal("Todo:", call.Value)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册