소스 검색

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

git-svn-id: trunk@35389 -
svenbarth 8 년 전
부모
커밋
669be1e4c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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