comparison dyncallback/dyncall_args_mips64.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
comparison
equal deleted inserted replaced
579:1d4f0f516483 580:2562c89d5bb5
78 } 78 }
79 return result; 79 return result;
80 } 80 }
81 81
82 82
83 DCpointer dcbArgAggr (DCArgs* p, DCpointer target) { /* @@@AGGR not impl */ } 83 DCpointer dcbArgAggr (DCArgs* p, DCpointer target) { /* @@@AGGR not impl */ return NULL; }
84 void dcbReturnAggr (DCArgs *args, DCValue *result, DCpointer ret) { /* @@@AGGR not impl */ } 84 void dcbReturnAggr (DCArgs *args, DCValue *result, DCpointer ret) { /* @@@AGGR not impl */ }
85 85