浏览代码

* alignment fixed

florian 22 年之前
父节点
当前提交
7adab53bff
共有 1 个文件被更改,包括 9 次插入2 次删除
  1. 9 2
      tests/test/cg/tcalcst1.pp

+ 9 - 2
tests/test/cg/tcalcst1.pp

@@ -73,7 +73,11 @@ type
 
   tprocedure = procedure;
 
-  tsmallrecord = packed record
+  tsmallrecord =
+{$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}
+  packed
+{$endif FPC_REQUIRES_PROPER_ALIGNMENT}
+  record
     b: byte;
     w: word;
   end;
@@ -845,7 +849,10 @@ end.
 
 {
   $Log$
-  Revision 1.6  2004-03-27 19:18:01  florian
+  Revision 1.7  2004-03-27 19:20:41  florian
+    * alignment fixed
+
+  Revision 1.6  2004/03/27 19:18:01  florian
   *** empty log message ***
 
   Revision 1.5  2003/04/22 10:24:29  florian