提交 cf26510d 编写于 作者: B Behdad Esfahbod

Some more...

Done.  I promise.
上级 9659523c
...@@ -196,6 +196,7 @@ struct _hb_object_header_t { ...@@ -196,6 +196,7 @@ struct _hb_object_header_t {
} }
inline void trace (const char *function) const { inline void trace (const char *function) const {
if (unlikely (!this)) return;
DEBUG_MSG (OBJECT, (void *) this, DEBUG_MSG (OBJECT, (void *) this,
"refcount=%d %s", "refcount=%d %s",
this ? ref_count.get_unsafe () : 0, this ? ref_count.get_unsafe () : 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册