Browse Source

* portable constants

peter 24 years ago
parent
commit
b2fd39bc94
1 changed files with 7 additions and 1 deletions
  1. 7 1
      compiler/i386/cpubase.pas

+ 7 - 1
compiler/i386/cpubase.pas

@@ -642,6 +642,9 @@ const
        maxfpuvarregs = 8;
        max_operands = 3;
 
+       maxintregs = maxvarregs;
+       maxfpuregs = maxfpuvarregs;
+
     function imm_2_type(l:longint):longint;
 
     { the following functions allow to convert registers }
@@ -923,7 +926,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.4  2001-04-13 01:22:18  peter
+  Revision 1.5  2001-05-18 23:01:13  peter
+    * portable constants
+
+  Revision 1.4  2001/04/13 01:22:18  peter
     * symtable change to classes
     * range check generation and errors fixed, make cycle DEBUG=1 works
     * memory leaks fixed