mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 18:26:16 +02:00
* stupid typo in TVMTWriter.RedirectToEmpty fixed, resolves #23763
git-svn-id: trunk@23569 -
This commit is contained in:
parent
70c0d680a6
commit
4d3df8f518
@ -1533,7 +1533,7 @@ implementation
|
|||||||
if (procdef.funcretloc[calleeside].Location^.loc=LOC_FPUREGISTER) then
|
if (procdef.funcretloc[calleeside].Location^.loc=LOC_FPUREGISTER) then
|
||||||
exit;
|
exit;
|
||||||
{$endif x86}
|
{$endif x86}
|
||||||
procdef.init_paraloc_info(calleeside);
|
procdef.init_paraloc_info(callerside);
|
||||||
{ we can redirect the call if no memory parameter is passed }
|
{ we can redirect the call if no memory parameter is passed }
|
||||||
for i:=0 to procdef.paras.count-1 do
|
for i:=0 to procdef.paras.count-1 do
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user