We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef45d4d commit dcedc31Copy full SHA for dcedc31
ext/opcache/jit/zend_jit_vm_helpers.c
@@ -289,7 +289,7 @@ static zend_always_inline ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_jit_trace_c
289
const zend_op *opline = EX(opline);
290
#endif
291
292
- *(ZEND_OP_TRACE_INFO(opline, offset)->counter) -= ZEND_JIT_TRACE_FUNC_COST;
+ *(ZEND_OP_TRACE_INFO(opline, offset)->counter) -= cost;
293
294
if (UNEXPECTED(*(ZEND_OP_TRACE_INFO(opline, offset)->counter) <= 0)) {
295
*(ZEND_OP_TRACE_INFO(opline, offset)->counter) = ZEND_JIT_TRACE_COUNTER_INIT;
0 commit comments