Browse Source

Forgot a variable declaration

git-svn-id: branches/svenbarth/packages@28688 -
svenbarth 11 years ago
parent
commit
28adc47174
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/ngenutil.pas

+ 1 - 0
compiler/ngenutil.pas

@@ -513,6 +513,7 @@ implementation
       storefilepos : tfileposinfo;
       storefilepos : tfileposinfo;
       list : TAsmList;
       list : TAsmList;
       sectype : TAsmSectiontype;
       sectype : TAsmSectiontype;
+      labind : TAsmSymbol;
     begin
     begin
       storefilepos:=current_filepos;
       storefilepos:=current_filepos;
       current_filepos:=sym.fileinfo;
       current_filepos:=sym.fileinfo;