浏览代码

* make sure pmessage field is aligned

git-svn-id: trunk@17867 -
pierre 14 年之前
父节点
当前提交
5148cb6ca8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/globals.pas

+ 2 - 2
compiler/globals.pas

@@ -121,6 +121,7 @@ interface
          debugswitches   : tdebugswitches;
          debugswitches   : tdebugswitches;
          { 0: old behaviour for sets <=256 elements
          { 0: old behaviour for sets <=256 elements
            >0: round to this size }
            >0: round to this size }
+         pmessage : pmessagestaterecord;
          setalloc,
          setalloc,
          packenum        : shortint;
          packenum        : shortint;
 
 
@@ -138,7 +139,6 @@ interface
          minfpconstprec  : tfloattype;
          minfpconstprec  : tfloattype;
 
 
          disabledircache : boolean;
          disabledircache : boolean;
-         pmessage : pmessagestaterecord;
 
 
         { CPU targets with microcontroller support can add a controller specific unit }
         { CPU targets with microcontroller support can add a controller specific unit }
 {$if defined(ARM) or defined(AVR)}
 {$if defined(ARM) or defined(AVR)}
@@ -361,6 +361,7 @@ interface
         genwpoptimizerswitches : [];
         genwpoptimizerswitches : [];
         dowpoptimizerswitches : [];
         dowpoptimizerswitches : [];
         debugswitches : [];
         debugswitches : [];
+        pmessage : nil;
 
 
         setalloc : 0;
         setalloc : 0;
         packenum : 4;
         packenum : 4;
@@ -429,7 +430,6 @@ interface
         minfpconstprec : s32real;
         minfpconstprec : s32real;
 
 
         disabledircache : false;
         disabledircache : false;
-        pmessage : nil;
 {$if defined(ARM)}
 {$if defined(ARM)}
         controllertype : ct_none;
         controllertype : ct_none;
 {$endif defined(ARM)}
 {$endif defined(ARM)}