mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
JIT: Fixed call to zend_free_compiled_variables()
This commit is contained in:
parent
e9228a6a39
commit
66f8866a62
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user