mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 03:26:14 +02:00
* building on powerpc and arm fixed
git-svn-id: trunk@42241 -
This commit is contained in:
parent
89e454aca8
commit
d80dc03ccb
@ -1013,7 +1013,7 @@ implementation
|
||||
begin
|
||||
{$if defined(cpu64bitalu)}
|
||||
hreg:=left.location.register;
|
||||
{$else defined(cpu64bitalu}}
|
||||
{$else defined(cpu64bitalu)}
|
||||
if target_info.endian=endian_little then
|
||||
begin
|
||||
if location.reference.offset>3 then
|
||||
|
Loading…
Reference in New Issue
Block a user