mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 18:24:19 +02:00
* fix compilation on x86-64
git-svn-id: trunk@22294 -
This commit is contained in:
parent
2db4606eb0
commit
10dbdb5c9a
@ -178,8 +178,9 @@ implementation
|
||||
Result:=nil;
|
||||
if (current_settings.fputype<fpu_sse42)
|
||||
{$ifdef i386}
|
||||
or is_64bit(left.resultdef) then
|
||||
or is_64bit(left.resultdef)
|
||||
{$endif i386}
|
||||
then
|
||||
Result:=inherited first_popcnt
|
||||
else
|
||||
expectloc:=LOC_REGISTER;
|
||||
|
Loading…
Reference in New Issue
Block a user