From ca358001b9bea2a395c24b93a27cb2511c13b407 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 25 May 2020 23:50:53 +0200 Subject: [PATCH] Revert "Fixed JIT for SEND_VAR $undefined_cv" This reverts commit d60988257bb335dce16ff44722bd52ee49738d78. This change causes segfaults in many tests. --- ext/opcache/jit/zend_jit_x86.dasc | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index 138ca91a19..11179f696b 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -8983,8 +8983,6 @@ static int zend_jit_send_var(dasm_State **Dst, const zend_op *opline, const zend if (op1_info & (MAY_BE_ANY|MAY_BE_REF)) { | jmp >7 |.code - } else { - return 1; } } -- 2.50.1