Browse Source

Also define CPUSMALL macro if CPUI8086 is defined

git-svn-id: trunk@33771 -
pierre 9 years ago
parent
commit
ba509152b8

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

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

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

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

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

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

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

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

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

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

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

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

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

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