Thanks, maybe in that case we should leave parameter list empty? As this way it is written now it is anyway not correct on most platforms.
On 1/22/21 01:25, Piotr Caban wrote:
Hi Paul,
On 21 Jan 2021, at 22:29, Paul Gofman pgofman@codeweavers.com wrote:
lldiv returns lldiv_t structure (which includes two int64). In such case the address of return structure is implicitly passed as the first parameter.
A patch similar to this one was already sent to wine and rejected (because it’s not correct on all platforms). I guess it’s best to use -norelay here.
Thanks, Piotr