提交 67318e80 编写于 作者: L Levi Bard

Merge pull request #70 from Unity-Technologies/unity-staging

Don't assert when trying to re-expand a template. See case #542749
......@@ -399,7 +399,11 @@ rgctx_template_set_other_slot (MonoImage *image, MonoRuntimeGenericContextTempla
++i;
}
g_assert (!(*oti)->data);
// see fogbugz case #542749
if ((*oti)->data)
return;
//g_assert (!(*oti)->data);
(*oti)->data = data;
(*oti)->info_type = info_type;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册