소스 검색

* correctly declare KNONVOLATILE_CONTEXT_POINTERS.IntegerContext for ARM64

Sven/Sarah Barth 11 달 전
부모
커밋
bc03b48632
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/win64/seh64.inc

+ 1 - 1
rtl/win64/seh64.inc

@@ -158,7 +158,7 @@ type
   { This is a simplified definition, only array part of unions }
   PKNONVOLATILE_CONTEXT_POINTERS=^KNONVOLATILE_CONTEXT_POINTERS;
   KNONVOLATILE_CONTEXT_POINTERS=record
-    IntegerContext: array[0..12] of PQWord;
+    IntegerContext: array[0..11] of PQWord;
     FloatingContext: array[0..7] of PM128A;
   end;
 {$endif NOT (X86_64 or AARCH64)}