Skip to content

Commit b69c6ba

Browse files
committed
Use right frame
1 parent 95c0dfc commit b69c6ba

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
@@ -486,7 +486,7 @@ static int zend_jit_trace_record_fake_init_call_ex(zend_execute_data *call, zend
486486
&& ((ZEND_CALL_INFO(call) & ZEND_CALL_DYNAMIC)
487487
|| func->common.scope)) {
488488
func = NULL;
489-
ZEND_ADD_CALL_FLAG(EX(call), ZEND_CALL_MEGAMORPHIC);
489+
ZEND_ADD_CALL_FLAG(call, ZEND_CALL_MEGAMORPHIC);
490490
}
491491
TRACE_RECORD(ZEND_JIT_TRACE_INIT_CALL, ZEND_JIT_TRACE_FAKE_INFO(init_level), func);
492492
} while (0);

0 commit comments

Comments
 (0)