* once we've defined a symbol as an alias, it's declared to the same extent

as a regular symbol definition

git-svn-id: trunk@30778 -
This commit is contained in:
Jonas Maebe 2015-05-03 16:50:51 +00:00
parent 8234fcd229
commit 4a5b7b7d50

View File

@ -221,6 +221,7 @@ uses
typ:=ait_llvmalias;
oldsym:=_oldsym;
newsym:=current_asmdata.DefineAsmSymbol(newname,AB_GLOBAL,AT_FUNCTION);
newsym.declared:=true;
def:=_def;
vis:=_vis;
linkage:=_linkage;