[cff] Add an unlikely()
This commit is contained in:
parent
9edb03ac7a
commit
9ba9adb7ed
|
@ -888,7 +888,7 @@ struct cs_interpreter_t : interpreter_t<ENV>
|
|||
OPSET::process_op (SUPER::env.fetch_op (), SUPER::env, param);
|
||||
if (unlikely (SUPER::env.in_error ()))
|
||||
return false;
|
||||
if (SUPER::env.is_endchar ())
|
||||
if (unlikely (SUPER::env.is_endchar ()))
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue