Files
tinycc/include
Michael Matz 982de78e8d riscv: implement stdarg functions
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.
2019-09-01 23:13:20 +02:00
..
2019-09-01 23:13:20 +02:00
2014-04-07 00:30:31 +02:00
2009-07-18 22:06:37 +02:00