this also fixes passing of params > 16 bytes. In riscv they aren't passed by value on stack, but via reference (and because callees are allowed to modify by-ref params the caller must allocate an own copy per call). This fixes the stdarg parts of 73_arm.c. |
||
|---|---|---|
| .. | ||
| float.h | ||
| stdarg.h | ||
| stdbool.h | ||
| stddef.h | ||
| stdnoreturn.h | ||
| varargs.h | ||