svn commit: r286265 - head/sys/x86/include

Konstantin Belousov kostikbel at gmail.com
Wed Aug 5 04:39:48 UTC 2015


On Tue, Aug 04, 2015 at 03:04:58PM -0400, Jung-uk Kim wrote:
> Done.  I was not really interested in API compatibility.  FYI, "Figure
> 3.34: va_list Type Declaration" defines the structure like this:
> 
> 	typedef struct {
> 		unsigned int gp_offset;
> 		unsigned int fp_offset;
> 		void *overflow_arg_area;
> 		void *reg_save_area;
> 	} va_list[1];

Thank you for the pointer. I read this long time ago as an optional
advice for the possible implementation and not as the ABI requirement,
so I forgot about it.


More information about the svn-src-head mailing list