Ver código fonte

- removed duplicate identifier

Jonas Maebe 22 anos atrás
pai
commit
d32d1a711e
1 arquivos alterados com 4 adições e 2 exclusões
  1. 4 2
      compiler/powerpc/cgcpu.pas

+ 4 - 2
compiler/powerpc/cgcpu.pas

@@ -2042,7 +2042,6 @@ const
 
 
     procedure tcgppc.g_copyvaluepara_openarray(list : taasmoutput;const ref, lenref:treference;elesize:integer);
     procedure tcgppc.g_copyvaluepara_openarray(list : taasmoutput;const ref, lenref:treference;elesize:integer);
       var
       var
-        lenref : treference;
         power,len  : longint;
         power,len  : longint;
 {$ifndef __NOWINPECOFF__}
 {$ifndef __NOWINPECOFF__}
         again,ok : tasmlabel;
         again,ok : tasmlabel;
@@ -2566,7 +2565,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.105  2003-06-07 18:57:04  jonas
+  Revision 1.106  2003-06-08 18:19:27  jonas
+    - removed duplicate identifier
+
+  Revision 1.105  2003/06/07 18:57:04  jonas
     + added freeintparaloc
     + added freeintparaloc
     * ppc get/freeintparaloc now check whether the parameter regs are
     * ppc get/freeintparaloc now check whether the parameter regs are
       properly allocated/deallocated (and get an extra list para)
       properly allocated/deallocated (and get an extra list para)