Преглед на файлове

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

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

Jonas Maebe преди 18 години
родител
ревизия
799b7abd7f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);