Browse Source

* initialize maskvalue to fix compilation with -O3+

git-svn-id: trunk@35707 -
florian 8 years ago
parent
commit
4504648ec1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/ncginl.pas

+ 1 - 0
compiler/ncginl.pas

@@ -439,6 +439,7 @@ implementation
           { set defaults }
           maskconstant:=true;
           hregister:=NR_NO;
+          maskvalue:=0;
 {$ifndef cpu64bitalu}
           hregisterhi:=NR_NO;
 {$endif not cpu64bitalu}