Skip to content

Commit ca35800

Browse files
committed
Revert "Fixed JIT for SEND_VAR $undefined_cv"
This reverts commit d609882. This change causes segfaults in many tests.
1 parent 0386cbb commit ca35800

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8983,8 +8983,6 @@ static int zend_jit_send_var(dasm_State **Dst, const zend_op *opline, const zend
89838983
if (op1_info & (MAY_BE_ANY|MAY_BE_REF)) {
89848984
| jmp >7
89858985
|.code
8986-
} else {
8987-
return 1;
89888986
}
89898987
}
89908988

0 commit comments

Comments
 (0)