Răsfoiți Sursa

* fixed 'data structure too large' error in test tcall1.pp in the i8086 large
memory model

git-svn-id: trunk@27710 -

nickysn 11 ani în urmă
părinte
comite
8c86d64866
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tests/test/cg/tcall1.pp

+ 1 - 1
tests/test/cg/tcall1.pp

@@ -85,7 +85,7 @@ type
   tclass2 = class
     constructor create_none;               { class constructor }
   public
-    b: array[1..{$ifdef cpu16}32765{$else}$66666666{$endif}] of byte;
+    b: array[1..{$ifdef cpu16}32763{$else}$66666666{$endif}] of byte;
   end;