Explorar o código

* stupid typo in TVMTWriter.RedirectToEmpty fixed, resolves #23763

git-svn-id: trunk@23569 -
florian %!s(int64=12) %!d(string=hai) anos
pai
achega
4d3df8f518
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/nobj.pas

+ 1 - 1
compiler/nobj.pas

@@ -1533,7 +1533,7 @@ implementation
             if (procdef.funcretloc[calleeside].Location^.loc=LOC_FPUREGISTER) then
               exit;
 {$endif x86}
-            procdef.init_paraloc_info(calleeside);
+            procdef.init_paraloc_info(callerside);
             { we can redirect the call if no memory parameter is passed }
             for i:=0 to procdef.paras.count-1 do
               begin