瀏覽代碼

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

git-svn-id: trunk@27710 -

nickysn 11 年之前
父節點
當前提交
8c86d64866
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;