mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 21:00:30 +02:00
* use generic code for set+setelement on ppc64le
git-svn-id: trunk@30214 -
This commit is contained in:
parent
82d92dbf50
commit
cf5b42b4b2
@ -409,6 +409,16 @@ implementation
|
||||
opdone,
|
||||
cmpop : boolean;
|
||||
begin
|
||||
if target_info.endian=endian_little then
|
||||
begin
|
||||
{ this code currently assumes big endian }
|
||||
if (left.nodetype=setelementn) or (right.nodetype=setelementn) then
|
||||
begin
|
||||
inherited second_addsmallsetelement;
|
||||
exit;
|
||||
end
|
||||
end;
|
||||
|
||||
cgop:=OP_None;
|
||||
|
||||
pass_left_and_right;
|
||||
|
Loading…
Reference in New Issue
Block a user