summaryrefslogtreecommitdiff
path: root/compiler/fmodule.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/fmodule.pas')
-rw-r--r--compiler/fmodule.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/fmodule.pas b/compiler/fmodule.pas
index c2dce8b017..f3ca3a799a 100644
--- a/compiler/fmodule.pas
+++ b/compiler/fmodule.pas
@@ -131,6 +131,7 @@ interface
flags : cardinal; { the PPU flags }
islibrary : boolean; { if it is a library (win32 dll) }
IsPackage : boolean;
+ change_endian : boolean; { if the unit is loaded on a system with a different endianess than it was compiled on }
moduleid : longint;
unitmap : punitmap; { mapping of all used units }
unitmapsize : longint; { number of units in the map }
@@ -618,6 +619,7 @@ implementation
is_unit:=_is_unit;
islibrary:=false;
ispackage:=false;
+ change_endian:=false;
is_dbginfo_written:=false;
mode_switch_allowed:= true;
moduleoptions:=[];