浏览代码

* initialize maskvalue to fix compilation with -O3+

git-svn-id: trunk@35707 -
florian 8 年之前
父节点
当前提交
4504648ec1
共有 1 个文件被更改,包括 1 次插入0 次删除
  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}