* Christian Kellermann <[email protected]> [141210 16:33]: > * Marco Atzeri <[email protected]> [141210 16:09]: > > >Thanks insteresting. Which gcc is this? Are you sure you build with > > >a 64 bit assembler there? > > > > Please note that the 32bit version of the Assembler don't have that > > row. > > Interesting, we only ran into this with Apple's Mach-O assembler. > > It works with a gcc-4.8.3 / 4.9.1 on my debian box, so I have to > see where the difference is. > > Does it work for you if you omit the #ifdef block (or comment out > the line)?
Scratch that, AIUI we need to implement the microsoft calling convention in this case instead of using System V AMD64 ABI. In the meantime I can disable the apply hack (which introduces a limit of the parameters a scheme function can have) until we have a fix upstream. Then it should at least work for most cases on that platform. What do you think? Kind regards, Christian -- May you be peaceful, may you live in safety, may you be free from suffering, and may you live with ease.
