Browse Source

* initialize maskvalue to fix compilation with -O3+

git-svn-id: trunk@35707 -
florian 8 năm trước cách đây
mục cha
commit
4504648ec1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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}