瀏覽代碼

* 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);