mirror of
https://github.com/frida/tinycc
synced 2024-12-23 21:46:49 +03:00
982de78e8d
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 |