mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 05:49:32 +02:00
* fix non-x86 compile after r8558
git-svn-id: trunk@8559 -
This commit is contained in:
parent
e0cf015159
commit
79ca4b28a8
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user