Skip to content

Commit 445c541

Browse files
committed
SAVE_OPLINE before ZEND_VM_LOOP_INTERRUPT
1 parent a0f68b1 commit 445c541

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Zend/zend_execute.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4304,6 +4304,7 @@ ZEND_API ZEND_COLD void ZEND_FASTCALL zend_fcall_interrupt(zend_execute_data *ca
43044304

43054305
#define ZEND_VM_LOOP_INTERRUPT_CHECK() do { \
43064306
if (UNEXPECTED(zend_atomic_bool_load_ex(&EG(vm_interrupt)))) { \
4307+
SAVE_OPLINE(); \
43074308
ZEND_VM_LOOP_INTERRUPT(); \
43084309
} \
43094310
} while (0)

0 commit comments

Comments
 (0)