浏览代码

* nx86cnv.pas must set ctypeconv node properly
* nx86cnv must be used

git-svn-id: trunk@787 -

florian 20 年之前
父节点
当前提交
a2fd319a20
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      compiler/i386/cpunode.pas
  2. 2 0
      compiler/x86/nx86cnv.pas

+ 1 - 0
compiler/i386/cpunode.pas

@@ -46,6 +46,7 @@ unit cpunode;
        }
        nx86set,
        nx86con,
+       nx86cnv,
 
        n386add,
        n386cal,

+ 2 - 0
compiler/x86/nx86cnv.pas

@@ -387,4 +387,6 @@ implementation
           end;
       end;
 
+begin
+  ctypeconvnode:=tx86typeconvnode
 end.