소스 검색

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