* fixed x86 compilation after r8651

git-svn-id: trunk@8652 -
This commit is contained in:
Jonas Maebe 2007-09-26 17:25:38 +00:00
parent 335bc9fd46
commit 9750e49d5a
2 changed files with 2 additions and 2 deletions

View File

@ -486,7 +486,7 @@ unit cgcpu;
end;
procedure g_maybe_got_init(list: TAsmList);
procedure tcg386.g_maybe_got_init(list: TAsmList);
begin
{ allocate PIC register }
if (cs_create_pic in current_settings.moduleswitches) and

View File

@ -1995,7 +1995,7 @@ unit cgx86;
{ it could be that we're called from a procedure not having the
got loaded
}
gen_got_load(list);
g_maybe_got_init(list);
ref.refaddr:=addr_pic;
end
else