File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4395,6 +4395,7 @@ static int zend_jit_math_long_long(dasm_State **Dst,
4395
4395
tmp_reg = ZREG_R1;
4396
4396
}
4397
4397
| LONG_MATH opcode, result_reg, op2_addr, tmp_reg
4398
+ (void)tmp_reg;
4398
4399
}
4399
4400
}
4400
4401
if (may_overflow) {
@@ -5135,6 +5136,7 @@ static int zend_jit_long_math_helper(dasm_State **Dst,
5135
5136
}
5136
5137
| GET_ZVAL_LVAL result_reg, op1_addr
5137
5138
| LONG_MATH ZEND_BW_AND, result_reg, tmp_addr, tmp_reg
5139
+ (void)tmp_reg;
5138
5140
} else {
5139
5141
if (Z_MODE(res_addr) == IS_MEM_ZVAL && Z_REG(res_addr) == ZREG_RAX) {
5140
5142
| mov aword T1, r0 // save
@@ -5233,6 +5235,7 @@ static int zend_jit_long_math_helper(dasm_State **Dst,
5233
5235
}
5234
5236
| GET_ZVAL_LVAL result_reg, op1_addr
5235
5237
| LONG_MATH opcode, result_reg, op2_addr, tmp_reg
5238
+ (void)tmp_reg;
5236
5239
}
5237
5240
5238
5241
if (Z_MODE(res_addr) != IS_REG || Z_REG(res_addr) != result_reg) {
You can’t perform that action at this time.
0 commit comments