Browse Source

* reduced complexity of in_abs_long, old value was left over from testing

git-svn-id: trunk@11243 -
Jonas Maebe 17 years ago
parent
commit
1150f7e9dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/nutils.pas

+ 1 - 1
compiler/nutils.pas

@@ -742,7 +742,7 @@ implementation
                       end;
                       end;
                     in_abs_long:
                     in_abs_long:
                       begin
                       begin
-                        inc(result,10);
+                        inc(result,3);
                         if (result >= NODE_COMPLEXITY_INF) then
                         if (result >= NODE_COMPLEXITY_INF) then
                           begin
                           begin
                             result:=NODE_COMPLEXITY_INF;
                             result:=NODE_COMPLEXITY_INF;