瀏覽代碼

- undid previous commit, it wasn't necessary

Jonas Maebe 22 年之前
父節點
當前提交
3973883fe1
共有 1 個文件被更改,包括 4 次插入7 次删除
  1. 4 7
      compiler/cgbase.pas

+ 4 - 7
compiler/cgbase.pas

@@ -422,12 +422,6 @@ implementation
 
     procedure tprocinfo.after_pass1;
       begin
-{$ifdef powerpc}
-         { do it again because of implicit para's (HACK, JM) }
-         { Retrieve function result offset }
-         if assigned(procdef.funcretsym) then
-           current_procinfo.return_offset:=tvarsym(procdef.funcretsym).adjusted_address;
-{$endif powerpc}
       end;
 
 
@@ -585,7 +579,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.49  2003-05-16 20:00:39  jonas
+  Revision 1.50  2003-05-16 20:54:12  jonas
+    - undid previous commit, it wasn't necessary
+
+  Revision 1.49  2003/05/16 20:00:39  jonas
     * powerpc nested procedure fixes, should work completely now if all
       local variables of the parent procedure are declared before the
       nested procedures are declared