Browse Source

* don't directly use sym.value as that is not necessarily initialized anymore

git-svn-id: trunk@35389 -
svenbarth 8 năm trước cách đây
mục cha
commit
669be1e4c2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/ogcoff.pas

+ 1 - 1
compiler/ogcoff.pas

@@ -1876,7 +1876,7 @@ const pemagic : array[0..3] of byte = (
                        else
                         begin
                           bind:=AB_COMMON;
-                          size:=sym.value;
+                          size:=symvalue;
                         end;
                      end
                     else