提交 0b1fe7b7 编写于 作者: B Behdad Esfahbod

[serializer] Unbreak for now

上级 10f06223
......@@ -111,7 +111,7 @@ struct hb_serialize_context_t
assert (!current.length);
return push<Type> ();
}
objidx_t end_serialize ()
void end_serialize ()
{
DEBUG_MSG_LEVEL (SERIALIZE, this->start, 0, -1,
"end [%p..%p] serialized %u bytes; %s",
......@@ -122,7 +122,8 @@ struct hb_serialize_context_t
/* TODO Propagate errors. */
assert (current.length == 1);
return pop_pack ();
/* TODO Enable when callers are updated. */
//pop_pack ();
}
template <typename Type>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册