Fixed JIT part for bug #79094

This commit is contained in:
Dmitry Stogov 2020-01-31 10:39:22 +03:00
parent 7ebf1d44ed
commit 7e7a85e881

View File

@ -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
}