提交 32a5d1fc 编写于 作者: A Alex Rønne Petersen 提交者: Bernhard Urban

[interp] Handle the `no.` prefix instruction as a no-op.

上级 18f2255e
......@@ -3784,12 +3784,10 @@ generate (MonoMethod *method, RuntimeMethod *rtm, unsigned char *is_bb_start, Mo
td.sp -= 3;
td.ip += 1;
break;
#if 0
case CEE_NO_:
/* FIXME: implement */
ip += 2;
td.ip += 2;
break;
#endif
case CEE_RETHROW: {
int clause_index = td.clause_indexes [in_offset];
g_assert (clause_index != -1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册