[buffer] Likely that not messaging
This commit is contained in:
parent
4be074e2cb
commit
31e985d7d1
|
@ -552,7 +552,7 @@ struct hb_buffer_t
|
||||||
#ifdef HB_NO_BUFFER_MESSAGE
|
#ifdef HB_NO_BUFFER_MESSAGE
|
||||||
return true;
|
return true;
|
||||||
#else
|
#else
|
||||||
if (!messaging ())
|
if (likely (!messaging ()))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
message_depth++;
|
message_depth++;
|
||||||
|
|
Loading…
Reference in New Issue