在 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
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
在 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
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