X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcontext.c;h=ea36917cceca41aa75d4f25406a3c91067dab8d9;hp=6408ebeec29f374138237de87301bf4292110d38;hb=53495ef4bd0321f7f92dd05eef8e01b90d7b415a;hpb=d583a661f2349ac7be4922e6eca0687ea8ccfef3;ds=sidebyside diff --git a/src/context.c b/src/context.c index 6408ebe..ea36917 100644 --- a/src/context.c +++ b/src/context.c @@ -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);