summaryrefslogtreecommitdiff
path: root/ext/opcache
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2020-01-31 10:39:22 +0300
committerDmitry Stogov <dmitry@zend.com>2020-01-31 10:39:22 +0300
commit7e7a85e881769f3ad47a68dbef0da8c29583286a (patch)
treee4f7ff471012a01ac9b02aa3880b83d6da85e1ee /ext/opcache
parent7ebf1d44ed0433dc87c68a9c9ff64db9eca66e7a (diff)
downloadphp-git-7e7a85e881769f3ad47a68dbef0da8c29583286a.tar.gz
Fixed JIT part for bug #79094
Diffstat (limited to 'ext/opcache')
-rw-r--r--ext/opcache/jit/zend_jit_x86.dasc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc
index f28c39f8a4..44d24e388d 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
}