diff --git a/compiler/cgutils.pas b/compiler/cgutils.pas index 63aa8aff01..5426f7b3c6 100644 --- a/compiler/cgutils.pas +++ b/compiler/cgutils.pas @@ -36,7 +36,7 @@ unit cgutils; { reference record, reordered for best alignment } preference = ^treference; treference = record - offset : aint; + offset : asizeint; symbol, relsymbol : tasmsymbol; {$if defined(x86) or defined(m68k)}