Skip to content

Commit 70c2e4c

Browse files
committed
Opcache JIT indent
1 parent 9c47de0 commit 70c2e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8201,7 +8201,7 @@ static int zend_jit_bool_jmpznz(dasm_State **Dst, const zend_op *opline, uint32_
82018201
}
82028202

82038203
if (Z_MODE(op1_addr) == IS_CONST_ZVAL) {
8204-
/* zend_is_true() cannot fail as op1 cannot be an object */
8204+
/* zend_is_true() cannot fail as op1 cannot be an object */
82058205
if (zend_is_true(Z_ZV(op1_addr))) {
82068206
/* Always TRUE */
82078207
if (set_bool) {

0 commit comments

Comments
 (0)