Преглед на файлове

Also define CPUSMALL macro if CPUI8086 is defined

git-svn-id: trunk@33771 -
pierre преди 9 години
родител
ревизия
ba509152b8
променени са 7 файла, в които са добавени 21 реда и са изтрити 0 реда
  1. 3 0
      tests/test/cg/tcalfun1.pp
  2. 3 0
      tests/test/cg/tcalfun2.pp
  3. 3 0
      tests/test/cg/tcalfun3.pp
  4. 3 0
      tests/test/cg/tcalfun4.pp
  5. 3 0
      tests/test/cg/tcalfun6.pp
  6. 3 0
      tests/test/cg/tcalfun7.pp
  7. 3 0
      tests/test/cg/tcalfun8.pp

+ 3 - 0
tests/test/cg/tcalfun1.pp

@@ -38,6 +38,9 @@
 {$ifdef cpu8086}
   {$define cpusmall}
 {$endif}
+{$ifdef cpui8086}
+  {$define cpusmall}
+{$endif}
 
   { REAL should map to single or double }
   { so it is not checked, since single  }

+ 3 - 0
tests/test/cg/tcalfun2.pp

@@ -38,6 +38,9 @@
 {$ifdef cpu8086}
   {$define cpusmall}
 {$endif}
+{$ifdef cpui8086}
+  {$define cpusmall}
+{$endif}
 
   { REAL should map to single or double }
   { so it is not checked, since single  }

+ 3 - 0
tests/test/cg/tcalfun3.pp

@@ -38,6 +38,9 @@
 {$ifdef cpu8086}
   {$define cpusmall}
 {$endif}
+{$ifdef cpui8086}
+  {$define cpusmall}
+{$endif}
 
   { REAL should map to single or double }
   { so it is not checked, since single  }

+ 3 - 0
tests/test/cg/tcalfun4.pp

@@ -40,6 +40,9 @@
 {$ifdef cpu8086}
   {$define cpusmall}
 {$endif}
+{$ifdef cpui8086}
+  {$define cpusmall}
+{$endif}
 
   { REAL should map to single or double }
   { so it is not checked, since single  }

+ 3 - 0
tests/test/cg/tcalfun6.pp

@@ -38,6 +38,9 @@
 {$ifdef cpu8086}
   {$define cpusmall}
 {$endif}
+{$ifdef cpui8086}
+  {$define cpusmall}
+{$endif}
 
   { REAL should map to single or double }
   { so it is not checked, since single  }

+ 3 - 0
tests/test/cg/tcalfun7.pp

@@ -38,6 +38,9 @@
 {$ifdef cpu8086}
   {$define cpusmall}
 {$endif}
+{$ifdef cpui8086}
+  {$define cpusmall}
+{$endif}
 
   { REAL should map to single or double }
   { so it is not checked, since single  }

+ 3 - 0
tests/test/cg/tcalfun8.pp

@@ -38,6 +38,9 @@
 {$ifdef cpu8086}
   {$define cpusmall}
 {$endif}
+{$ifdef cpui8086}
+  {$define cpusmall}
+{$endif}
 
   { REAL should map to single or double }
   { so it is not checked, since single  }