comparison dyncallback/dyncall_args_ppc64.c @ 580:2562c89d5bb5

- added missing return values for dcbArgAggr() on functions w/o aggregate support
author Tassilo Philipp
date Thu, 08 Sep 2022 17:50:47 +0200
parents 111236b31c75
children 93ce63d72d59
comparison
equal deleted inserted replaced
579:1d4f0f516483 580:2562c89d5bb5
90 90
91 p->stackptr += sizeof(double); 91 p->stackptr += sizeof(double);
92 return result; 92 return result;
93 } 93 }
94 94
95 DCpointer dcbArgAggr (DCArgs* p, DCpointer target) { /* @@@AGGR not impl */ } 95 DCpointer dcbArgAggr (DCArgs* p, DCpointer target) { /* @@@AGGR not impl */ return NULL; }
96 void dcbReturnAggr (DCArgs *args, DCValue *result, DCpointer ret) { /* @@@AGGR not impl */ } 96 void dcbReturnAggr (DCArgs *args, DCValue *result, DCpointer ret) { /* @@@AGGR not impl */ }
97 97