瀏覽代碼

* 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 }