Explorar el Código

* fixed highbound xmmregisters. Mantis #19426

git-svn-id: trunk@17562 -
marco hace 14 años
padre
commit
2dbdaa4b81
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/win/wininc/struct.inc

+ 1 - 1
rtl/win/wininc/struct.inc

@@ -1104,7 +1104,7 @@ Const
           MxCsr: DWORD;
           MxCsr_Mask: DWORD;
           FloatRegisters: array[0..7] of M128A;
-          XmmRegisters: array[0..16] of M128A;
+          XmmRegisters: array[0..15] of M128A;
           Reserved4: array[0..95] of BYTE;
        end;
      _XMM_SAVE_AREA32 = XMM_SAVE_AREA32;