浏览代码

* use 16 byte procedure alignment on windows too

git-svn-id: trunk@1962 -
florian 19 年之前
父节点
当前提交
27f28eec1a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/systems/i_win.pas

+ 2 - 2
compiler/systems/i_win.pas

@@ -70,7 +70,7 @@ unit i_win;
             endian       : endian_little;
             alignment    :
               (
-                procalign       : 4;
+                procalign       : 16;
                 loopalign       : 4;
                 jumpalign       : 0;
                 constalignmin   : 0;
@@ -132,7 +132,7 @@ unit i_win;
             endian       : endian_little;
             alignment    :
               (
-                procalign       : 8;
+                procalign       : 16;
                 loopalign       : 8;
                 jumpalign       : 0;
                 constalignmin   : 0;