<p></p>
<p>Hi Eliot,<br>
unfortunately, it does not seem to work for mingw target (which is what we use, cygwin is just the compiling host, not the target).</p>
<blockquote>
<p>../../spur64src/vm/gcc3x-cointerp.c:13681:41: error: too few arguments to function call, expected 2, have 1<br>
if ((_setjmp(GIV(jmpBuf)[GIV(jmpDepth)])) == 0) {<br>
~~~~~~~                           ^<br>
/usr/x86_64-w64-mingw32/sys-root/mingw/include/setjmp.h:242:3: note: '_setjmp' declared here<br>
int __cdecl <strong>attribute</strong> ((<strong>nothrow</strong>,<strong>returns_twice</strong>)) _setjmp(jmp_buf _Buf, void *_Ctx);<br>
^</p>
</blockquote>
<p>Shouldn't we use a conflict-less <code>osvm_setjmp</code> and <code>osvm_longjmp</code> (or use sq prefix if you prefer) - and either define them as setjmp longjmp where it fits, or use our own implementation when it does not fit ?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/1b896e93195458099ac6cb27c5bb85dec66501d2#commitcomment-42122148">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW4G5UASMOV7DMZ4P6DSEYQTPANCNFSM4Q75H6MA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEW6M36TYXMNBU6UQUJLSEYQTPA5CNFSM4Q75H6MKYY3PNVWWK3TUL52HS4DFVVBW63LNNF2EG33NNVSW45FKMNXW23LFNZ2F62LEZYBIFO5E.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/1b896e93195458099ac6cb27c5bb85dec66501d2#commitcomment-42122148",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/1b896e93195458099ac6cb27c5bb85dec66501d2#commitcomment-42122148",
"name": "View Commit"
},
"description": "View this Commit on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>