|
@@ -1154,7 +1154,7 @@ implementation
|
|
|
|
|
|
{$if defined(cpurequiresproperalignment) and not defined(arm) and not(defined(sparc))}
|
|
{$if defined(cpurequiresproperalignment) and not defined(arm) and not(defined(sparc))}
|
|
{ may need to be split into several smaller loads/stores }
|
|
{ may need to be split into several smaller loads/stores }
|
|
- if (tf_requires_proper_alignment in target_info.flags) and
|
|
|
|
|
|
+ if {(tf_requires_proper_alignment in target_info.flags) and }
|
|
(intloadsize <> 1) and
|
|
(intloadsize <> 1) and
|
|
(intloadsize <> sref.ref.alignment) then
|
|
(intloadsize <> sref.ref.alignment) then
|
|
internalerror(2006082011);
|
|
internalerror(2006082011);
|