提交 431b6e1c 编写于 作者: B Behdad Esfahbod

[serialize] Disable assertion for now

上级 8a32c9ee
......@@ -295,7 +295,7 @@ struct hb_serialize_context_t
{
const object_t::link_t &link = *link_it;
const object_t &child = *packed[link.objidx];
assert (link.bias <= parent.tail - parent.head);
//assert (link.bias <= parent.tail - parent.head);
unsigned offset = (child.head - parent.head) - link.bias;
if (link.is_wide)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册