Explorar o código

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

git-svn-id: trunk@787 -

florian %!s(int64=20) %!d(string=hai) anos
pai
achega
a2fd319a20
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  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.