From 752fabab73405cf1192f69578a3e85faabbeedeb Mon Sep 17 00:00:00 2001 From: pierre Date: Fri, 20 Jan 2012 14:18:53 +0000 Subject: [PATCH] Fix compilation of alpha/cpuinfo unit git-svn-id: trunk@20122 - --- compiler/alpha/cpuinfo.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/alpha/cpuinfo.pas b/compiler/alpha/cpuinfo.pas index 86df18fe9c..4779b4a73a 100644 --- a/compiler/alpha/cpuinfo.pas +++ b/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;