Re: [Mingw-w64-public] [PATCH] crt: Add missing members in setjmp for x86_64.

2021-06-18 Thread Liu Hao
在 2021-06-18 12:52, Biswapriyo Nath 写道: Updated patch with longjmp. Thanks. This patch looks good to me. I pushed it to master. -- Best regards, Liu Hao OpenPGP_signature Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Mi

Re: [Mingw-w64-public] [PATCH] crt: Add missing members in setjmp for x86_64.

2021-06-17 Thread Biswapriyo Nath
Updated patch with longjmp. From 4b29c21c4e334934fd9c545c0d3cfe25ecaeea82 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 18 Jun 2021 10:20:50 +0530 Subject: [PATCH] crt: Add missing members in setjmp for x86_64. This add MxCsr and FpCsr members in _JUMP_BUFFER sturcture. Signed-off-by

Re: [Mingw-w64-public] [PATCH] crt: Add missing members in setjmp for x86_64.

2021-06-17 Thread Liu Hao
在 2021-06-16 00:04, Biswapriyo Nath 写道: I don't consider myself expert on this topic. But while _exploring_ something, I found these (MxCsr and FpCsr) are missing from JUMP_BUFFER. Is this right? wine also don't have these. Wondering why? Thought attached. This patch looks correct but is inco

[Mingw-w64-public] [PATCH] crt: Add missing members in setjmp for x86_64.

2021-06-15 Thread Biswapriyo Nath
I don't consider myself expert on this topic. But while _exploring_ something, I found these (MxCsr and FpCsr) are missing from JUMP_BUFFER. Is this right? wine also don't have these. Wondering why? Thought attached. From cb1ff23556cbbdeb286f1fc26872d7b887044477 Mon Sep 17 00:00:00 2001 From: Biswa