From 7e7a85e881769f3ad47a68dbef0da8c29583286a Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 31 Jan 2020 10:39:22 +0300 Subject: [PATCH] Fixed JIT part for bug #79094 --- ext/opcache/jit/zend_jit_x86.dasc | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index f28c39f8a40..44d24e388dc 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -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 }