mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 19:49:12 +02:00
* set the FileRec size for i8086
git-svn-id: branches/i8086@23858 -
This commit is contained in:
parent
bca7bf78dc
commit
b178a038f5
@ -2506,7 +2506,11 @@ implementation
|
|||||||
{$endif avr}
|
{$endif avr}
|
||||||
ft_typed,
|
ft_typed,
|
||||||
ft_untyped :
|
ft_untyped :
|
||||||
|
{$ifdef avr}
|
||||||
savesize:=76;
|
savesize:=76;
|
||||||
|
{$else avr}
|
||||||
|
savesize:=316;
|
||||||
|
{$endif avr}
|
||||||
end;
|
end;
|
||||||
{$endif cpu16bitaddr}
|
{$endif cpu16bitaddr}
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user