mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 21:09:26 +02:00
* nx86cnv.pas must set ctypeconv node properly
* nx86cnv must be used git-svn-id: trunk@787 -
This commit is contained in:
parent
b222cc7519
commit
a2fd319a20
@ -46,6 +46,7 @@ unit cpunode;
|
||||
}
|
||||
nx86set,
|
||||
nx86con,
|
||||
nx86cnv,
|
||||
|
||||
n386add,
|
||||
n386cal,
|
||||
|
@ -387,4 +387,6 @@ implementation
|
||||
end;
|
||||
end;
|
||||
|
||||
begin
|
||||
ctypeconvnode:=tx86typeconvnode
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user