On Mon, 6 Jan 2025, Jacek Caban wrote:
From: Billy Laws <[email protected]> Signed-off-by: Jacek Caban <[email protected]> --- mingw-w64-headers/include/winnt.h | 128 ++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+)
This is a bit tricky to reference/quote for commenting, when the patch isn't inline...
I presume this struct is meant to alias the amd64 CONTEXT, but with different fields based on how it is used in arm64ec? Up until Pc/Rip, this is straightforward to follow, but the struct for float/xmm is quite hard to see how it maps... Ok, after looking into XMM_SAVE_AREA32 it seems more understandable.
Looks ok to me I guess. // Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
