Re: [Mingw-w64-public] [PATCH] setjmp: Only use _setjmp3 on i386

2017-09-11 Thread Martin Storsjö
On Thu, 7 Sep 2017, Martin Storsjö wrote: Don't use _WIN64 to decide this, but check explicitly for i386, and use _setjmp on other platforms. This fixes compilation of code using setjmp on arm32. Signed-off-by: Martin Storsjö --- mingw-w64-headers/crt/setjmp.h | 6 +++--- 1

[Mingw-w64-public] [PATCH] setjmp: Only use _setjmp3 on i386

2017-09-07 Thread Martin Storsjö
Don't use _WIN64 to decide this, but check explicitly for i386, and use _setjmp on other platforms. This fixes compilation of code using setjmp on arm32. Signed-off-by: Martin Storsjö --- mingw-w64-headers/crt/setjmp.h | 6 +++--- 1 file changed, 3 insertions(+), 3