mirror of
https://github.com/php/php-src.git
synced 2025-01-09 20:44:33 +08:00
Avoid generation of "jmp" to next instruction
This commit is contained in:
parent
f0d1a27951
commit
b7e1eecd54
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user