summaryrefslogtreecommitdiff
path: root/tests/test/cg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/cg')
-rw-r--r--tests/test/cg/tcalcla1.pp2
-rw-r--r--tests/test/cg/tcalcst1.pp2
-rw-r--r--tests/test/cg/tcalcst2.pp2
-rw-r--r--tests/test/cg/tcalcst3.pp2
-rw-r--r--tests/test/cg/tcalcst4.pp2
-rw-r--r--tests/test/cg/tcalcst5.pp2
-rw-r--r--tests/test/cg/tcalcst6.pp2
-rw-r--r--tests/test/cg/tcalcst7.pp2
-rw-r--r--tests/test/cg/tcalcst8.pp2
-rw-r--r--tests/test/cg/tcalfun1.pp2
-rw-r--r--tests/test/cg/tcalfun2.pp2
-rw-r--r--tests/test/cg/tcalfun3.pp2
-rw-r--r--tests/test/cg/tcalfun4.pp2
-rw-r--r--tests/test/cg/tcalfun6.pp2
-rw-r--r--tests/test/cg/tcalfun7.pp2
-rw-r--r--tests/test/cg/tcalfun8.pp2
-rw-r--r--tests/test/cg/tcalobj1.pp2
-rw-r--r--tests/test/cg/tcalobj2.pp2
-rw-r--r--tests/test/cg/tcalobj3.pp2
-rw-r--r--tests/test/cg/tcalobj4.pp2
-rw-r--r--tests/test/cg/tcalobj6.pp2
-rw-r--r--tests/test/cg/tcalobj7.pp2
-rw-r--r--tests/test/cg/tcalval1.pp2
-rw-r--r--tests/test/cg/tcalval2.pp2
-rw-r--r--tests/test/cg/tcalval3.pp2
-rw-r--r--tests/test/cg/tcalval4.pp2
-rw-r--r--tests/test/cg/tcalval5.pp2
-rw-r--r--tests/test/cg/tcalval7.pp2
-rw-r--r--tests/test/cg/tcalval8.pp2
-rw-r--r--tests/test/cg/tcalvar1.pp2
-rw-r--r--tests/test/cg/tcalvar2.pp2
-rw-r--r--tests/test/cg/tcalvar3.pp2
-rw-r--r--tests/test/cg/tcalvar4.pp2
-rw-r--r--tests/test/cg/tcalvar5.pp2
-rw-r--r--tests/test/cg/tcalvar6.pp2
-rw-r--r--tests/test/cg/tcalvar7.pp2
-rw-r--r--tests/test/cg/tcalvar8.pp2
37 files changed, 37 insertions, 37 deletions
diff --git a/tests/test/cg/tcalcla1.pp b/tests/test/cg/tcalcla1.pp
index 36570b1cac..416a11e5a3 100644
--- a/tests/test/cg/tcalcla1.pp
+++ b/tests/test/cg/tcalcla1.pp
@@ -27,7 +27,7 @@ program tcalcla1;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$if defined(FPC_MM_LARGE) or defined(FPC_MM_HUGE)}
{$hugecode on}
diff --git a/tests/test/cg/tcalcst1.pp b/tests/test/cg/tcalcst1.pp
index ca60e443ea..3ef484616c 100644
--- a/tests/test/cg/tcalcst1.pp
+++ b/tests/test/cg/tcalcst1.pp
@@ -31,7 +31,7 @@ program tcalcst1;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalcst2.pp b/tests/test/cg/tcalcst2.pp
index cf8fea3d62..a3a7853a8a 100644
--- a/tests/test/cg/tcalcst2.pp
+++ b/tests/test/cg/tcalcst2.pp
@@ -31,7 +31,7 @@ program tcalcst2;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalcst3.pp b/tests/test/cg/tcalcst3.pp
index 18d574cc87..ba83271e2d 100644
--- a/tests/test/cg/tcalcst3.pp
+++ b/tests/test/cg/tcalcst3.pp
@@ -32,7 +32,7 @@ program tcalcst3;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalcst4.pp b/tests/test/cg/tcalcst4.pp
index 63eb76b668..488520bddb 100644
--- a/tests/test/cg/tcalcst4.pp
+++ b/tests/test/cg/tcalcst4.pp
@@ -32,7 +32,7 @@ program tcalcst4;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalcst5.pp b/tests/test/cg/tcalcst5.pp
index a03c59de65..64621b5b51 100644
--- a/tests/test/cg/tcalcst5.pp
+++ b/tests/test/cg/tcalcst5.pp
@@ -33,7 +33,7 @@ program tcalcst5;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalcst6.pp b/tests/test/cg/tcalcst6.pp
index 72bc4c6430..62361b80ff 100644
--- a/tests/test/cg/tcalcst6.pp
+++ b/tests/test/cg/tcalcst6.pp
@@ -38,7 +38,7 @@ program tcalcst6;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalcst7.pp b/tests/test/cg/tcalcst7.pp
index c1dd0736af..646c878b59 100644
--- a/tests/test/cg/tcalcst7.pp
+++ b/tests/test/cg/tcalcst7.pp
@@ -32,7 +32,7 @@ program tcalcst7;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalcst8.pp b/tests/test/cg/tcalcst8.pp
index 6f1750e4f1..bb88aefcfb 100644
--- a/tests/test/cg/tcalcst8.pp
+++ b/tests/test/cg/tcalcst8.pp
@@ -32,7 +32,7 @@ program tcalcst8;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalfun1.pp b/tests/test/cg/tcalfun1.pp
index 89d816ce33..b86a1e7fc6 100644
--- a/tests/test/cg/tcalfun1.pp
+++ b/tests/test/cg/tcalfun1.pp
@@ -35,7 +35,7 @@
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalfun2.pp b/tests/test/cg/tcalfun2.pp
index 4f9defbffa..284fdf4c95 100644
--- a/tests/test/cg/tcalfun2.pp
+++ b/tests/test/cg/tcalfun2.pp
@@ -35,7 +35,7 @@
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalfun3.pp b/tests/test/cg/tcalfun3.pp
index 72f6a13385..6f062c17f1 100644
--- a/tests/test/cg/tcalfun3.pp
+++ b/tests/test/cg/tcalfun3.pp
@@ -35,7 +35,7 @@
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalfun4.pp b/tests/test/cg/tcalfun4.pp
index 51a32da58b..334f1b09cb 100644
--- a/tests/test/cg/tcalfun4.pp
+++ b/tests/test/cg/tcalfun4.pp
@@ -37,7 +37,7 @@
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalfun6.pp b/tests/test/cg/tcalfun6.pp
index cb5429a1d3..4efa78c6da 100644
--- a/tests/test/cg/tcalfun6.pp
+++ b/tests/test/cg/tcalfun6.pp
@@ -35,7 +35,7 @@
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalfun7.pp b/tests/test/cg/tcalfun7.pp
index b2dde278c0..9155796454 100644
--- a/tests/test/cg/tcalfun7.pp
+++ b/tests/test/cg/tcalfun7.pp
@@ -35,7 +35,7 @@
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalfun8.pp b/tests/test/cg/tcalfun8.pp
index 97340d5819..b23e7f1ad0 100644
--- a/tests/test/cg/tcalfun8.pp
+++ b/tests/test/cg/tcalfun8.pp
@@ -35,7 +35,7 @@
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalobj1.pp b/tests/test/cg/tcalobj1.pp
index c0ce664423..52f58eda60 100644
--- a/tests/test/cg/tcalobj1.pp
+++ b/tests/test/cg/tcalobj1.pp
@@ -23,7 +23,7 @@ program tcalobj1;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalobj2.pp b/tests/test/cg/tcalobj2.pp
index 39792b780a..c4f54b9374 100644
--- a/tests/test/cg/tcalobj2.pp
+++ b/tests/test/cg/tcalobj2.pp
@@ -23,7 +23,7 @@ program tcalobj2;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalobj3.pp b/tests/test/cg/tcalobj3.pp
index 8d5c663f5c..9bd2fd0e1f 100644
--- a/tests/test/cg/tcalobj3.pp
+++ b/tests/test/cg/tcalobj3.pp
@@ -23,7 +23,7 @@ program tcalobj3;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalobj4.pp b/tests/test/cg/tcalobj4.pp
index 2c30758525..fdff00181a 100644
--- a/tests/test/cg/tcalobj4.pp
+++ b/tests/test/cg/tcalobj4.pp
@@ -25,7 +25,7 @@ program tcalobj4;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalobj6.pp b/tests/test/cg/tcalobj6.pp
index d2ad6c13d7..139ce500cb 100644
--- a/tests/test/cg/tcalobj6.pp
+++ b/tests/test/cg/tcalobj6.pp
@@ -23,7 +23,7 @@ program tcalobj6;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalobj7.pp b/tests/test/cg/tcalobj7.pp
index c97654a04c..00967c556f 100644
--- a/tests/test/cg/tcalobj7.pp
+++ b/tests/test/cg/tcalobj7.pp
@@ -23,7 +23,7 @@ program tcalobj7;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalval1.pp b/tests/test/cg/tcalval1.pp
index 3a0803af4e..0586b642e1 100644
--- a/tests/test/cg/tcalval1.pp
+++ b/tests/test/cg/tcalval1.pp
@@ -34,7 +34,7 @@ program tcalval1;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalval2.pp b/tests/test/cg/tcalval2.pp
index 7757858c62..9d7e03d65c 100644
--- a/tests/test/cg/tcalval2.pp
+++ b/tests/test/cg/tcalval2.pp
@@ -32,7 +32,7 @@ program tcalval2;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalval3.pp b/tests/test/cg/tcalval3.pp
index ea31547784..a422cad5dd 100644
--- a/tests/test/cg/tcalval3.pp
+++ b/tests/test/cg/tcalval3.pp
@@ -34,7 +34,7 @@ program tcalval3;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalval4.pp b/tests/test/cg/tcalval4.pp
index 63b447cd8c..92baac3e4c 100644
--- a/tests/test/cg/tcalval4.pp
+++ b/tests/test/cg/tcalval4.pp
@@ -34,7 +34,7 @@ program tcalval4;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalval5.pp b/tests/test/cg/tcalval5.pp
index bcf047b3d9..5ac7476f46 100644
--- a/tests/test/cg/tcalval5.pp
+++ b/tests/test/cg/tcalval5.pp
@@ -36,7 +36,7 @@ program tcalval5;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalval7.pp b/tests/test/cg/tcalval7.pp
index 71cf65f5f7..6e4eb03610 100644
--- a/tests/test/cg/tcalval7.pp
+++ b/tests/test/cg/tcalval7.pp
@@ -34,7 +34,7 @@ program tcalval7;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalval8.pp b/tests/test/cg/tcalval8.pp
index 547b07b1fc..8bc9aaab2f 100644
--- a/tests/test/cg/tcalval8.pp
+++ b/tests/test/cg/tcalval8.pp
@@ -34,7 +34,7 @@ program tcalval8;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalvar1.pp b/tests/test/cg/tcalvar1.pp
index 89adf4a79c..ab0c7eaad8 100644
--- a/tests/test/cg/tcalvar1.pp
+++ b/tests/test/cg/tcalvar1.pp
@@ -32,7 +32,7 @@ program tcalvar1;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalvar2.pp b/tests/test/cg/tcalvar2.pp
index 65ea5d36d7..80165d373c 100644
--- a/tests/test/cg/tcalvar2.pp
+++ b/tests/test/cg/tcalvar2.pp
@@ -32,7 +32,7 @@ program tcalvar2;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalvar3.pp b/tests/test/cg/tcalvar3.pp
index 042d461273..c1d2a7ed8f 100644
--- a/tests/test/cg/tcalvar3.pp
+++ b/tests/test/cg/tcalvar3.pp
@@ -32,7 +32,7 @@ program tcalvar3;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalvar4.pp b/tests/test/cg/tcalvar4.pp
index e45a845d84..ed99300558 100644
--- a/tests/test/cg/tcalvar4.pp
+++ b/tests/test/cg/tcalvar4.pp
@@ -34,7 +34,7 @@ program tcalvar4;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalvar5.pp b/tests/test/cg/tcalvar5.pp
index b30e3b3c9e..b4162c6af4 100644
--- a/tests/test/cg/tcalvar5.pp
+++ b/tests/test/cg/tcalvar5.pp
@@ -36,7 +36,7 @@ program tcalvar5;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalvar6.pp b/tests/test/cg/tcalvar6.pp
index caa5936f64..743ae3328a 100644
--- a/tests/test/cg/tcalvar6.pp
+++ b/tests/test/cg/tcalvar6.pp
@@ -39,7 +39,7 @@ program tcalvar6;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalvar7.pp b/tests/test/cg/tcalvar7.pp
index 7727a5c868..5e0845cb2a 100644
--- a/tests/test/cg/tcalvar7.pp
+++ b/tests/test/cg/tcalvar7.pp
@@ -34,7 +34,7 @@ program tcalvar7;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}
diff --git a/tests/test/cg/tcalvar8.pp b/tests/test/cg/tcalvar8.pp
index 83a1b89e12..905eb3b982 100644
--- a/tests/test/cg/tcalvar8.pp
+++ b/tests/test/cg/tcalvar8.pp
@@ -34,7 +34,7 @@ program tcalvar8;
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
-{$ifdef cpu8086}
+{$ifdef cpui8086}
{$define cpusmall}
{$endif}