Skip to content

Commit 8e3befd

Browse files
authored
Fix Windows clang VM handler declaration (#22103)
1 parent 87efb35 commit 8e3befd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Zend/zend_vm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void zend_vm_init(void);
4141
void zend_vm_dtor(void);
4242

4343
#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);
44+
const struct _zend_op *ZEND_FASTCALL zend_vm_handle_interrupt(struct _zend_execute_data *execute_data, const struct _zend_op *opline);
4545
#endif
4646

4747
END_EXTERN_C()

0 commit comments

Comments
 (0)