Ver Fonte

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

git-svn-id: trunk@5316 -

Jonas Maebe há 19 anos atrás
pai
commit
5522cbd7cd
1 ficheiros alterados com 1 adições e 1 exclusões
  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 }