Skip to content

Commit

Permalink
zend_jit_trace_stack_frame.stack can't be NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Nov 23, 2020
1 parent 586ccfd commit 337d2af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/opcache/jit/zend_jit_x86.dasc
Original file line number Diff line number Diff line change
Expand Up @@ -4194,7 +4194,6 @@ static int zend_jit_math_long_long(dasm_State **Dst,
if (Z_MODE(res_addr) == IS_REG && (res_info & MAY_BE_LONG)) {
if (may_overflow && (res_info & MAY_BE_GUARD)
&& JIT_G(current_frame)
&& JIT_G(current_frame)->stack
&& zend_jit_opline_uses_reg(opline, Z_REG(res_addr))) {
result_reg = ZREG_R0;
} else {
Expand Down

0 comments on commit 337d2af

Please sign in to comment.