An i8 argument should only cost 1 byte on the stack. This is
compatible with avr-gcc.
There are also more test cases (of calling convention) are added.
Differential D121767
[AVR] Fix incorrect calling convention for varargs functions benshi001 on Mar 15 2022, 8:11 PM. Authored by
Details An i8 argument should only cost 1 byte on the stack. This is There are also more test cases (of calling convention) are added.
Diff Detail
Event TimelineComment Actions I assume you've verified the new test cases with avr-gcc? If so, this looks good to me. |