comparison dyncallback/dyncall_args_mips_o32.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
113 } 113 }
114 p->stackptr += sizeof(DCdouble); 114 p->stackptr += sizeof(DCdouble);
115 return d.result; 115 return d.result;
116 } 116 }
117 117
118 void dcbArgAggr (DCArgs* p, DCpointer target) { /* @@@AGGR not impl */ } 118 DCpointer dcbArgAggr (DCArgs* p, DCpointer target) { /* @@@AGGR not impl */ }
119 void dcbReturnAggr (DCArgs *args, DCValue *result, DCpointer ret) { /* @@@AGGR not impl */ } 119 void dcbReturnAggr (DCArgs *args, DCValue *result, DCpointer ret) { /* @@@AGGR not impl */ }
120 120