mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 21:40:21 +02:00
* fixed test/cg/tcall1.pp for i8086
git-svn-id: trunk@25837 -
This commit is contained in:
parent
d908dbeec1
commit
703e3f3ce2
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user