Skip to content

Commit 337d2af

Browse files
committed
zend_jit_trace_stack_frame.stack can't be NULL
1 parent 586ccfd commit 337d2af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4194,7 +4194,6 @@ static int zend_jit_math_long_long(dasm_State **Dst,
41944194
if (Z_MODE(res_addr) == IS_REG && (res_info & MAY_BE_LONG)) {
41954195
if (may_overflow && (res_info & MAY_BE_GUARD)
41964196
&& JIT_G(current_frame)
4197-
&& JIT_G(current_frame)->stack
41984197
&& zend_jit_opline_uses_reg(opline, Z_REG(res_addr))) {
41994198
result_reg = ZREG_R0;
42004199
} else {

0 commit comments

Comments
 (0)