浏览代码

* fix warning which prevents compilation with -Oodfa

git-svn-id: trunk@33521 -
florian 9 年之前
父节点
当前提交
4afb96a1cb
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);