[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
|
||||
return true;
|
||||
#else
|
||||
if (!messaging ())
|
||||
if (likely (!messaging ()))
|
||||
return true;
|
||||
|
||||
message_depth++;
|
||||
|
|
Loading…
Reference in New Issue