Pārlūkot izejas kodu

* fixed compilation for cpurequiresproperalignmentplatforms<>ARM and
sparc after r8536

git-svn-id: branches/fixes_2_2@8560 -

Jonas Maebe 18 gadi atpakaļ
vecāks
revīzija
799b7abd7f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compiler/cgobj.pas

+ 1 - 1
compiler/cgobj.pas

@@ -1154,7 +1154,7 @@ implementation
 
 {$if defined(cpurequiresproperalignment) and not defined(arm) and not(defined(sparc))}
         { 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 <> sref.ref.alignment) then
           internalerror(2006082011);