mirror of
https://github.com/php/php-src.git
synced 2024-12-18 14:30:35 +08:00
Fixed JIT part for bug #79094
This commit is contained in:
parent
7ebf1d44ed
commit
7e7a85e881
@ -6593,6 +6593,7 @@ static int zend_jit_push_call_frame(dasm_State **Dst, const zend_op *opline, con
|
||||
| // EG(vm_stack_top) = (zval*)((char*)call + used_stack);
|
||||
|.cold_code
|
||||
|1:
|
||||
| SAVE_VALID_OPLINE opline
|
||||
if (func) {
|
||||
| mov FCARG1d, used_stack
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user