Răsfoiți Sursa

* added maxfpuregs constant to fix compilation after r8655

git-svn-id: trunk@8658 -
Jonas Maebe 18 ani în urmă
părinte
comite
d7c4fdbed5
2 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 2 0
      compiler/powerpc/cpubase.pas
  2. 2 0
      compiler/powerpc64/cpubase.pas

+ 2 - 0
compiler/powerpc/cpubase.pas

@@ -378,6 +378,8 @@ uses
 
       NR_RTOC = NR_R2;
 
+      maxfpuregs = 8;
+
 {*****************************************************************************
                                   Helpers
 *****************************************************************************}

+ 2 - 0
compiler/powerpc64/cpubase.pas

@@ -382,6 +382,8 @@ const
   { minimum size of the stack frame if one exists }
   MINIMUM_STACKFRAME_SIZE = 112;
 
+  maxfpuregs = 8;
+
   {*****************************************************************************
                                     Helpers
   *****************************************************************************}