* fixed VS_HIDDEN for high parameter so it works again

This commit is contained in:
Jonas Maebe 2003-04-07 10:40:21 +00:00
parent d951c7b5f2
commit a4af1a61e1

View File

@ -869,10 +869,14 @@ type
hightree:=cordconstnode.create(len,s32bittype,true)
else
hightree:=ctypeconvnode.create(hightree,s32bittype);
firstpass(hightree);
temp:=ccallparanode.create(hightree,right);
right:=temp;
if (tparaitem(paraitem.next).paratyp <> vs_hidden) then
internalerror(200304071);
tcallparanode(right).paraitem := tparaitem(paraitem.next);
tcallparanode(right).firstcallparan(false);
include(flags,nf_hightree_generated);
end;
{$else VS_HIDDEN}
@ -2407,7 +2411,10 @@ begin
end.
{
$Log$
Revision 1.132 2003-04-04 15:38:56 peter
Revision 1.133 2003-04-07 10:40:21 jonas
* fixed VS_HIDDEN for high parameter so it works again
Revision 1.132 2003/04/04 15:38:56 peter
* moved generic code from n386cal to ncgcal, i386 now also
uses the generic ncgcal