We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87efb35 commit 8e3befdCopy full SHA for 8e3befd
1 file changed
Zend/zend_vm.h
@@ -41,7 +41,7 @@ void zend_vm_init(void);
41
void zend_vm_dtor(void);
42
43
#if ZEND_VM_KIND == ZEND_VM_KIND_TAILCALL
44
-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);
45
#endif
46
47
END_EXTERN_C()
0 commit comments