mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +02:00
* fixed bug in thlcgobj.g_array_rtti_helper introduced in the previous commit
git-svn-id: branches/i8086@24284 -
This commit is contained in:
parent
a5c5b05362
commit
57777945a8
@ -3060,6 +3060,7 @@ implementation
|
||||
paramanager.getintparaloc(pd,2,cgpara2);
|
||||
paramanager.getintparaloc(pd,3,cgpara3);
|
||||
|
||||
reference_reset_symbol(href,RTTIWriter.get_rtti_label(t,initrtti),0,sizeof(pint));
|
||||
{ if calling convention is left to right, push parameters 1 and 2 }
|
||||
if pd.is_pushleftright then
|
||||
begin
|
||||
@ -3068,7 +3069,6 @@ implementation
|
||||
end;
|
||||
|
||||
{ push parameter 3 }
|
||||
reference_reset_symbol(href,RTTIWriter.get_rtti_label(t,initrtti),0,sizeof(pint));
|
||||
if highloc.loc=LOC_CONSTANT then
|
||||
a_load_const_cgpara(list,ptrsinttype,highloc.value+1,cgpara3)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user