Browse Source

* fix warning which prevents compilation with -Oodfa

git-svn-id: trunk@33521 -
florian 9 năm trước cách đây
mục cha
commit
4afb96a1cb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      compiler/expunix.pas

+ 1 - 0
compiler/expunix.pas

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