* use generic code for a_load_subsetref_regs_noindex on ppc64le

git-svn-id: trunk@30216 -
This commit is contained in:
Jonas Maebe 2015-03-14 18:36:26 +00:00
parent c69265a61c
commit eee83ebb4a

View File

@ -44,6 +44,7 @@ implementation
uses
cpubase,globtype,
systems,
procinfo,cpupi,
symdef,defutil;
@ -54,6 +55,12 @@ implementation
fromsreg, tosreg: tsubsetregister;
restbits: byte;
begin
{ the code below is only valid for big endian }
if target_info.endian=endian_little then
begin
inherited;
exit
end;
restbits:=(sref.bitlen-(loadbitsize-sref.startbit));
if is_signed(subsetsize) then
begin