We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd2e060 + 8e3befd commit c56f5adCopy full SHA for c56f5ad
1 file changed
Zend/zend_vm.h
@@ -40,7 +40,7 @@ void zend_vm_init(void);
40
void zend_vm_dtor(void);
41
42
#if ZEND_VM_KIND == ZEND_VM_KIND_TAILCALL
43
-const struct _zend_op *zend_vm_handle_interrupt(struct _zend_execute_data *execute_data, const struct _zend_op *opline);
+const struct _zend_op *ZEND_FASTCALL zend_vm_handle_interrupt(struct _zend_execute_data *execute_data, const struct _zend_op *opline);
44
#endif
45
46
END_EXTERN_C()
0 commit comments