mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 22:39:36 +02:00
Align Win64 CONTEXT to 16 bytes.
This commit is contained in:
parent
3183902868
commit
1ecd60e90d
@ -1117,12 +1117,11 @@ Const
|
|||||||
//
|
//
|
||||||
|
|
||||||
//typedef struct DECLSPEC_ALIGN(16) _M128A {
|
//typedef struct DECLSPEC_ALIGN(16) _M128A {
|
||||||
{$note todo, fix alignment }
|
|
||||||
type
|
type
|
||||||
M128A = record
|
M128A = record
|
||||||
Low: ULONGLONG;
|
Low: ULONGLONG;
|
||||||
High: LONGLONG;
|
High: LONGLONG;
|
||||||
end;
|
end {$ifndef VER3_2} align 16 {$endif}; // Also implicitly aligns CONTEXT to 16 bytes as required.
|
||||||
_M128A = M128A;
|
_M128A = M128A;
|
||||||
TM128A = M128A;
|
TM128A = M128A;
|
||||||
PM128A = ^TM128A;
|
PM128A = ^TM128A;
|
||||||
@ -1192,7 +1191,6 @@ Const
|
|||||||
//
|
//
|
||||||
|
|
||||||
//typedef struct DECLSPEC_ALIGN(16) _CONTEXT {
|
//typedef struct DECLSPEC_ALIGN(16) _CONTEXT {
|
||||||
{$note todo, fix alignment }
|
|
||||||
type
|
type
|
||||||
CONTEXT = record
|
CONTEXT = record
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user