Browse Source

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

git-svn-id: trunk@35389 -
svenbarth 8 years ago
parent
commit
669be1e4c2
1 changed files with 1 additions and 1 deletions
  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