[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] GCC return register



On 11/15/11 22:46, Vincent Rivière wrote:
> Alan Hourihane wrote:
>> What was the outcome of this topic as I can't see what happened in my
>> thread archives.
>
> Finally we chose the compatible way:
> - integers are returned into d0
> - pointers are returned into d0 (not a0)
> - float/doubles are returned into d0/d1 (not fp0)
>
What about long double, is it d0/d1/d2 ?

Alan.