浏览代码

* also construct the high level code generator for high level targets; they
don't use it for creating interface stubs, but they do for the abstract
wrappers

git-svn-id: trunk@31684 -

Jonas Maebe 10 年之前
父节点
当前提交
919bce9819
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      compiler/ncgvmt.pas

+ 0 - 6
compiler/ncgvmt.pas

@@ -1343,15 +1343,9 @@ implementation
 
     procedure write_vmts(st:tsymtable;is_global:boolean);
       begin
-        { high level targets use synthetic procdefs to create the inteface
-          wrappers }
-{$ifndef cpuhighleveltarget}
         create_hlcodegen;
-{$endif}
         do_write_vmts(st,is_global);
-{$ifndef cpuhighleveltarget}
         destroy_hlcodegen;
-{$endif}
       end;
 
 end.