JIT: Fixed call to zend_free_compiled_variables()

This commit is contained in:
Dmitry Stogov 2021-09-01 19:10:54 +03:00
parent e9228a6a39
commit 66f8866a62
2 changed files with 2 additions and 0 deletions

View File

@ -10347,6 +10347,7 @@ static int zend_jit_free_cvs(dasm_State **Dst)
| ldr FCARG1x, EX->prev_execute_data
| MEM_STORE_64_ZTS str, FCARG1x, executor_globals, current_execute_data, REG0
| // zend_free_compiled_variables(execute_data);
| mov FCARG1x, FP
| EXT_CALL zend_free_compiled_variables, REG0
return 1;
}

View File

@ -10957,6 +10957,7 @@ static int zend_jit_free_cvs(dasm_State **Dst)
| mov FCARG1a, EX->prev_execute_data
| MEM_STORE_ZTS aword, executor_globals, current_execute_data, FCARG1a, r0
| // zend_free_compiled_variables(execute_data);
| mov FCARG1a, FP
| EXT_CALL zend_free_compiled_variables, r0
return 1;
}