瀏覽代碼

+ define FPC_STACKALIGNMENT

git-svn-id: trunk@43008 -
florian 5 年之前
父節點
當前提交
26d8cc9142
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/options.pas

+ 2 - 0
compiler/options.pas

@@ -4583,6 +4583,8 @@ begin
         end;
     end;
 {$pop}
+  { as stackalign is not part of the alignment record, we do not need to define the others alignments for symmetry yet }
+  set_system_macro('FPC_STACKALIGNMENT',tostr(target_info.stackalign));
 
   option.free;
   Option:=nil;