Browse Source

Add explicit {$hugecode off} for tests that need it

git-svn-id: trunk@39391 -
pierre 7 years ago
parent
commit
841a166847

+ 1 - 0
tests/test/cpu16/i8086/tfarcal3.pp

@@ -18,6 +18,7 @@
 program tfarcal3;
 
 {$F+}
+{$hugecode off}
 
 uses
   dos;

+ 1 - 0
tests/test/cpu16/i8086/tfarcal4.pp

@@ -18,6 +18,7 @@
 program tfarcal4;
 
 {$F-}
+{$hugecode off}
 
 uses
   dos;

+ 2 - 1
tests/test/cpu16/i8086/tprocaddr1.pp

@@ -5,6 +5,7 @@
 {$mode TP}
 
 {$F-}
+{$hugecode off}
 
 { should be near, since we are in $F- mode }
 procedure myproc;
@@ -112,4 +113,4 @@ end.
 begin
   { silently succeed in the other memory models }
 end.
-{$endif}
+{$endif}

+ 2 - 0
tests/test/cpu16/i8086/tretf1.pp

@@ -12,6 +12,8 @@
 
 program tretf1;
 
+{$hugecode off}
+
 uses
   dos;
 

+ 2 - 0
tests/test/cpu16/i8086/tretf2.pp

@@ -12,6 +12,8 @@
 
 program tretf2;
 
+{$hugecode off}
+
 uses
   dos;