Browse Source

* fix warning which prevents compilation with -Oodfa

git-svn-id: trunk@33521 -
florian 9 years ago
parent
commit
4afb96a1cb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/expunix.pas

+ 1 - 0
compiler/expunix.pas

@@ -138,6 +138,7 @@ var
   r : treference;
   r : treference;
 {$endif x86}
 {$endif x86}
 begin
 begin
+  pd:=nil;
   create_hlcodegen;
   create_hlcodegen;
   new_section(current_asmdata.asmlists[al_procedures],sec_code,'',0);
   new_section(current_asmdata.asmlists[al_procedures],sec_code,'',0);
   hp2:=texported_item(current_module._exports.first);
   hp2:=texported_item(current_module._exports.first);