Browse Source

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

git-svn-id: trunk@44344 -
Károly Balogh 5 years ago
parent
commit
65330f346d
1 changed files with 2 additions and 0 deletions
  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;