Browse Source

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

git-svn-id: trunk@787 -

florian 20 years ago
parent
commit
a2fd319a20
2 changed files with 3 additions and 0 deletions
  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,
        nx86set,
        nx86con,
        nx86con,
+       nx86cnv,
 
 
        n386add,
        n386add,
        n386cal,
        n386cal,

+ 2 - 0
compiler/x86/nx86cnv.pas

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