Darwin/AArch64: future-proof version check

This commit is contained in:
Jonas Maebe 2022-10-23 22:24:46 +02:00
parent 86547d35d7
commit e63cc73cfa

View File

@ -34,7 +34,7 @@
__fpcr : cuint32;
{ array of cuint128 is aligned/padded to multiple of 16 bytes }
pad: cuint64;
end {$ifdef VER_3_3}align 16{$endif};
end {$IF FPC_FULLVERSION>=30301}align 16{$endif};
__darwin_arm_debug_state64 = record
__bvr : array[0..15] of cuint64;