X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcontext.c;h=ba587201926ffafc0286fce4b8c76d1dc8fdf491;hp=ba9fabb9cc8e0c0d5ed4542e9f92d96cf1a33f1e;hb=43f9e142088705cc003bb021a32ecd4d4d3b3d2b;hpb=e16c15d5936c3b57b05e49570fb9526920de8188 diff --git a/src/context.c b/src/context.c index ba9fabb..ba58720 100644 --- a/src/context.c +++ b/src/context.c @@ -1214,9 +1214,9 @@ zend_function_entry *PSI_ContextCompile(PSI_Context *C) } -void PSI_ContextCall(PSI_Context *C, impl_val *ret_val, decl *decl) +void PSI_ContextCall(PSI_Context *C, decl_callinfo *decl_call) { - C->ops->call(C, ret_val, decl); + C->ops->call(C, decl_call); } static inline void dump_decl_type(int fd, decl_type *t) {