提交 503bf318 编写于 作者: P Paolo Molaro

Another missing conv nop.

svn path=/trunk/mono/; revision=14265
上级 e2c4c247
......@@ -503,6 +503,11 @@ lreg: OP_LCONV_TO_U8 (lreg) {
MONO_EMIT_UNALU (s, tree, OP_MOVE, state->reg2, state->left->reg2);
}
lreg: OP_LCONV_TO_I8 (lreg) {
MONO_EMIT_NEW_UNALU (s, OP_MOVE, state->reg1, state->left->reg1);
MONO_EMIT_UNALU (s, tree, OP_MOVE, state->reg2, state->left->reg2);
}
reg: OP_LCONV_TO_U (lreg) {
MONO_EMIT_UNALU (s, tree, OP_MOVE, state->reg1, state->left->reg1);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册