On 03/03/2018 05:41 PM, Stefan Weil wrote: > Richard, the discussion about non-portable calls to helper functions is > not new, but I still have no test case which fails. Do you think of a > special case (architecture, helper function)?
The two that come to mind immediately are: i386 with a compiler defaulting to stdcall (which I admit is unlikely; it also would not work for TCG without modification). m68k (pointers passed in address registers; integrals passed in data registers). r~