Skip to content

Commit c56f5ad

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: Fix Windows clang VM handler declaration (#22103)
2 parents cd2e060 + 8e3befd commit c56f5ad

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
@@ -40,7 +40,7 @@ void zend_vm_init(void);
4040
void zend_vm_dtor(void);
4141

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

4646
END_EXTERN_C()

0 commit comments

Comments
 (0)