From 709d850429d0d62b148bc235745c830c2f7a55be Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 25 Jun 2023 14:25:46 +0200 Subject: Remove ZEND_HOT --- src/sp_execute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_execute.c') diff --git a/src/sp_execute.c b/src/sp_execute.c index 6e80b6d..f105b7f 100644 --- a/src/sp_execute.c +++ b/src/sp_execute.c @@ -89,7 +89,7 @@ inline static void is_builtin_matching( should_disable_ht(EG(current_execute_data), function_name, param_value, param_name, SPCFG(disabled_functions_reg).disabled_functions, ht); } -static void ZEND_HOT is_in_eval_and_whitelisted(zend_execute_data const* const execute_data) { +static void is_in_eval_and_whitelisted(zend_execute_data const* const execute_data) { sp_config_eval const* const config_eval = &(SPCFG(eval)); if (EXPECTED(0 == SPG(in_eval))) { -- cgit v1.3