Browse Source

* initialize function result for variadic functions (fixup for r41420)

git-svn-id: trunk@41544 -
Jonas Maebe 6 years ago
parent
commit
62cef8eb2b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/sparcgen/sppara.pas

+ 2 - 0
compiler/sparcgen/sppara.pas

@@ -85,6 +85,8 @@ implementation
             else
               internalerror(2019021927);
           end;
+        { Create Function result paraloc }
+        create_funcretloc_info(p,side);
         result:=cur_stack_offset;
       end;