fix coupling of impl + call_info + decl
[m6w6/ext-psi] / src / context.c
index 6408ebeec29f374138237de87301bf4292110d38..ea36917cceca41aa75d4f25406a3c91067dab8d9 100644 (file)
@@ -380,7 +380,7 @@ ZEND_RESULT_CODE psi_context_call(struct psi_context *C, zend_execute_data *exec
                return FAILURE;
        }
 
-       psi_call_frame_do_call(frame);
+       C->ops->call(frame);
 
        if (SUCCESS != psi_call_frame_do_assert(frame, PSI_ASSERT_POST)) {
                psi_call_frame_do_return(frame, return_value);