Skip to content

Commit f915b55

Browse files
committed
Update stack type, only if necessary
1 parent a172e05 commit f915b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_trace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ static zend_always_inline uint32_t zend_jit_trace_type_to_info(zend_uchar type)
335335
} \
336336
op_info &= ~MAY_BE_GUARD; \
337337
ssa->var_info[_ssa_var].type &= op_info; \
338+
SET_STACK_VAR_TYPE(_var, op_type); \
338339
} \
339-
SET_STACK_VAR_TYPE(_var, op_type); \
340340
} \
341341
} while (0)
342342

0 commit comments

Comments
 (0)