From b7e1eecd54f5f91a50b1a87f7102daeeb37c917c Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 17 Dec 2019 15:42:02 +0300 Subject: [PATCH] Avoid generation of "jmp" to next instruction --- ext/opcache/jit/zend_jit_x86.dasc | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index e6d57616fa..003c326ff6 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -8532,7 +8532,6 @@ static int zend_jit_bind_global(dasm_State **Dst, const zend_op *opline, const z | test cl, cl // cmp cl, IS_UNDEF | jne >2 | SET_Z_TYPE_INFO r0, IS_NULL - | jmp >8 |.code |2: | cmp cl, IS_REFERENCE -- 2.50.1