浏览代码

* start new objectfile for interface wrappers

git-svn-id: trunk@9868 -
peter 17 年之前
父节点
当前提交
266622deef
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/ncgutil.pas

+ 1 - 0
compiler/ncgutil.pas

@@ -2629,6 +2629,7 @@ implementation
             if (ImplIntf=ImplIntf.VtblImplIntf) and
                assigned(ImplIntf.ProcDefs) then
               begin
+                maybe_new_object_file(list);
                 for j:=0 to ImplIntf.ProcDefs.Count-1 do
                   begin
                     pd:=TProcdef(ImplIntf.ProcDefs[j]);