From 669be1e4c2524ee54fb51c9bbd57328fcc550273 Mon Sep 17 00:00:00 2001 From: svenbarth Date: Sat, 4 Feb 2017 13:49:44 +0000 Subject: [PATCH] * don't directly use sym.value as that is not necessarily initialized anymore git-svn-id: trunk@35389 - --- compiler/ogcoff.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ogcoff.pas b/compiler/ogcoff.pas index d7b6ad727f..6673d5017d 100644 --- a/compiler/ogcoff.pas +++ b/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