未验证 提交 d35882ae 编写于 作者: A Andrew Au 提交者: GitHub

Remove an erroneous check (#53889)

上级 e42c8965
......@@ -28669,11 +28669,6 @@ heap_segment* gc_heap::relocate_advance_to_non_sip (heap_segment* region)
{
dprintf (4444, ("SIP %Ix(%Ix)->%Ix->%Ix(%Ix)",
x, (uint8_t*)pval, child, *pval, method_table (child)));
if (method_table (child) == 0)
{
FATAL_GC_ERROR();
}
}
});
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册