mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 21:33:17 +02:00
* correctly declare KNONVOLATILE_CONTEXT_POINTERS.IntegerContext for ARM64
This commit is contained in:
parent
0430e1bd1a
commit
bc03b48632
@ -158,7 +158,7 @@ type
|
|||||||
{ This is a simplified definition, only array part of unions }
|
{ This is a simplified definition, only array part of unions }
|
||||||
PKNONVOLATILE_CONTEXT_POINTERS=^KNONVOLATILE_CONTEXT_POINTERS;
|
PKNONVOLATILE_CONTEXT_POINTERS=^KNONVOLATILE_CONTEXT_POINTERS;
|
||||||
KNONVOLATILE_CONTEXT_POINTERS=record
|
KNONVOLATILE_CONTEXT_POINTERS=record
|
||||||
IntegerContext: array[0..12] of PQWord;
|
IntegerContext: array[0..11] of PQWord;
|
||||||
FloatingContext: array[0..7] of PM128A;
|
FloatingContext: array[0..7] of PM128A;
|
||||||
end;
|
end;
|
||||||
{$endif NOT (X86_64 or AARCH64)}
|
{$endif NOT (X86_64 or AARCH64)}
|
||||||
|
Loading…
Reference in New Issue
Block a user