comparison dyncallback/dyncall_args_ppc32_sysv.c @ 544:111236b31c75

- C++ non-trivial aggregate-by-value handling: * dyncallback support for dcbArgAggr() * better doc
author Tassilo Philipp
date Tue, 31 May 2022 18:25:13 +0200
parents 71c884e610f0
children 2562c89d5bb5
comparison
equal deleted inserted replaced
543:781b308aa320 544:111236b31c75
91 p->stackptr += sizeof(float); 91 p->stackptr += sizeof(float);
92 } 92 }
93 return result; 93 return result;
94 } 94 }
95 95
96 void dcbArgAggr (DCArgs* p, DCpointer target) { /* @@@AGGR not impl */ } 96 DCpointer dcbArgAggr (DCArgs* p, DCpointer target) { /* @@@AGGR not impl */ }
97 void dcbReturnAggr (DCArgs *args, DCValue *result, DCpointer ret) { /* @@@AGGR not impl */ } 97 void dcbReturnAggr (DCArgs *args, DCValue *result, DCpointer ret) { /* @@@AGGR not impl */ }
98 98