mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 18:59:11 +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
|
if target_info.endian=endian_big then
|
||||||
dir:=-1
|
dir:=-1
|
||||||
else
|
else
|
||||||
dir:=0;
|
dir:=1;
|
||||||
case FromSize of
|
case FromSize of
|
||||||
OS_16,OS_S16:
|
OS_16,OS_S16:
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user