* nx86cnv.pas must set ctypeconv node properly

* nx86cnv must be used

git-svn-id: trunk@787 -
This commit is contained in:
florian 2005-08-03 20:29:38 +00:00
parent b222cc7519
commit a2fd319a20
2 changed files with 3 additions and 0 deletions

View File

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

View File

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