mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 04:17:53 +01:00
* init regallocator before generating intf wrappers
git-svn-id: trunk@2641 -
This commit is contained in:
parent
5ac78d1ec3
commit
6142edaed0
@ -2368,7 +2368,9 @@ implementation
|
||||
tostr(j)+'_$_'+_class.implementedinterfaces.implprocs(i,j).mangledname);
|
||||
{ create wrapper code }
|
||||
new_section(list,sec_code,lower(tmps),0);
|
||||
cg.init_register_allocators;
|
||||
cg.g_intf_wrapper(list,_class.implementedinterfaces.implprocs(i,j),tmps,_class.implementedinterfaces.ioffsets(i));
|
||||
cg.done_register_allocators;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user