Browse Source

Fix compilation of alpha/cpuinfo unit

git-svn-id: trunk@20122 -
pierre 13 years ago
parent
commit
752fabab73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/alpha/cpuinfo.pas

+ 1 - 1
compiler/alpha/cpuinfo.pas

@@ -56,7 +56,7 @@ Const
    { Size of native extended type }
    extended_size = 16;
    {# Size of a pointer                           }
-   sizeof(aint)  = 8;
+   aint_size  = 8;
    {# Size of a multimedia register               }
    mmreg_size = 8;