소스 검색

* fixed typo which caused overflow checks not to be turned off when
calculating magic division constants

git-svn-id: trunk@5316 -

Jonas Maebe 19 년 전
부모
커밋
5522cbd7cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/powerpc/nppcmat.pas

+ 1 - 1
compiler/powerpc/nppcmat.pas

@@ -67,7 +67,7 @@ implementation
 {$endif}
 
 {$ifopt q+}
-{$r-}
+{$q-}
 {$define overflowon}
 {$endif}
 { helper functions }