1 /* On IRIX 6, PA is passed partially in registers and partially on the
2 stack. We therefore have two potential uses of pretend_args_size:
3 one for the partial argument and one for the varargs save area.
4 Make sure that these uses don't conflict. */
6 struct s
{ int i
[18]; };
8 int f (struct s pa
, int pb
, ...)
17 if (f (gs
, 0x1234) != 0x1234)