http://bugs.winehq.org/show_bug.cgi?id=26688
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #41291|0 |1 is obsolete| |
--- Comment #28 from Dan Kegel dank@kegel.com 2012-08-12 16:45:59 CDT --- Created attachment 41349 --> http://bugs.winehq.org/attachment.cgi?id=41349 Updated vcomp_fork, plus more atomic ops stubs
_vcomp_fork has to push a variable number of args, but is not allowed to clean up the stack for its caller, so it has to copy the args. Can't pass a va_list because that's the wrong level of indirection; it would pass a pointer to the first argument rather than a copy of all the arguments.