mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* compile fix
git-svn-id: trunk@5216 -
This commit is contained in:
parent
c947295cb8
commit
4ea7562084
@ -101,7 +101,7 @@ Implementation
|
||||
cpuinfo,aasmtai,aasmdata,aasmcpu,
|
||||
cgbase,
|
||||
{ symtable }
|
||||
symbase,symtype,symsym,symtable,
|
||||
symbase,symtype,symsym,symdef,symtable,
|
||||
{ pass 1 }
|
||||
nbas,
|
||||
{ parser }
|
||||
@ -697,9 +697,9 @@ const
|
||||
hs:=ttypedconstsym(sym).mangledname;
|
||||
procsym :
|
||||
begin
|
||||
if tprocsym(sym).procdef_count>1 then
|
||||
if tprocsym(sym).procdeflist.count>1 then
|
||||
Message(asmr_w_calling_overload_func);
|
||||
hs:=tprocsym(sym).first_procdef.mangledname;
|
||||
hs:=tprocdef(tprocsym(sym).procdeflist[0]).mangledname;
|
||||
end;
|
||||
typesym :
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user