浏览代码

amicommon: make sure to reset packrecords to default after OS structure inclusion

git-svn-id: trunk@44344 -
Károly Balogh 5 年之前
父节点
当前提交
65330f346d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      rtl/amicommon/sysos.inc

+ 2 - 0
rtl/amicommon/sysos.inc

@@ -44,6 +44,8 @@
                     System Dependent Structures/Consts
 *****************************************************************************}
 
+{$packrecords default}
+
 {$ifndef FPC_SYSTEM_HAS_STACKTOP}
 {$define FPC_SYSTEM_HAS_STACKTOP}
 function StackTop: pointer;