* fix non-x86 compile after r8558

git-svn-id: trunk@8559 -
This commit is contained in:
peter 2007-09-18 22:16:28 +00:00
parent e0cf015159
commit 79ca4b28a8

View File

@ -509,6 +509,9 @@ implementation
var
cgsize : tcgsize;
retloc : tlocation;
{$ifndef x86}
hregister : tregister;
{$endif not x86}
begin
{ Check that the return location is set when the result is passed in
a parameter }