Pete Lomax <[EMAIL PROTECTED]> wrote:
> On Fri, 14 Nov 2003 08:12:26 +0100, Leopold Toetsch <[EMAIL PROTECTED]>
> wrote:

>>>     _u_fred:
>>>                     I5=P3[1]
>>>                     S5=P3[2]
>>>     _fred:
>>
>>There is no P3[] involved. "_fred" just starts with whatever is in
>>registers I5/S5.
> Yes, "_fred" wades straight in, expecting everything to be set up. It
> is _u_fred which is sucking them out of P3, and falling through.

P3 (*overflow* array) is only used if there are more then 11 arguments
of one kind. For an unprototyped call P5, P6 would be used in your
example.

> Pete

leo

Reply via email to