mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:29:26 +02:00
* fixes unaligned load_ref_reg on little endian arm
git-svn-id: trunk@8972 -
This commit is contained in:
parent
1bbe6565b0
commit
1e618b499d
@ -864,7 +864,7 @@ unit cgcpu;
|
||||
if target_info.endian=endian_big then
|
||||
dir:=-1
|
||||
else
|
||||
dir:=0;
|
||||
dir:=1;
|
||||
case FromSize of
|
||||
OS_16,OS_S16:
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user