* fixed test/cg/tcall1.pp for i8086

git-svn-id: trunk@25837 -
This commit is contained in:
nickysn 2013-10-20 20:09:27 +00:00
parent d908dbeec1
commit 703e3f3ce2

View File

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