mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 11:20:23 +02:00
* arm compiler can handled misaligned references
git-svn-id: trunk@6307 -
This commit is contained in:
parent
f2747f1e40
commit
986a73c12c
@ -1138,7 +1138,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
intloadsize := packedbitsloadsize(sref.bitlen);
|
intloadsize := packedbitsloadsize(sref.bitlen);
|
||||||
|
|
||||||
{$ifdef cpurequiresproperalignment}
|
{$if defined(cpurequiresproperalignment) and not defined(arm)}
|
||||||
{ may need to be split into several smaller loads/stores }
|
{ may need to be split into several smaller loads/stores }
|
||||||
if intloadsize <> sref.ref.alignment then
|
if intloadsize <> sref.ref.alignment then
|
||||||
internalerror(2006082011);
|
internalerror(2006082011);
|
||||||
|
Loading…
Reference in New Issue
Block a user