Skip to content

Commit 11dd5e6

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: Use right frame
2 parents 7e53b08 + b69c6ba commit 11dd5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_vm_helpers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ static int zend_jit_trace_record_fake_init_call_ex(zend_execute_data *call, zend
491491
&& ((ZEND_CALL_INFO(call) & ZEND_CALL_DYNAMIC)
492492
|| func->common.scope)) {
493493
func = NULL;
494-
ZEND_ADD_CALL_FLAG(EX(call), ZEND_CALL_MEGAMORPHIC);
494+
ZEND_ADD_CALL_FLAG(call, ZEND_CALL_MEGAMORPHIC);
495495
}
496496
TRACE_RECORD(ZEND_JIT_TRACE_INIT_CALL, ZEND_JIT_TRACE_FAKE_INFO(init_level), func);
497497
} while (0);

0 commit comments

Comments
 (0)