* set the FileRec size for i8086

git-svn-id: branches/i8086@23858 -
This commit is contained in:
nickysn 2013-03-16 12:07:39 +00:00
parent bca7bf78dc
commit b178a038f5

View File

@ -2506,7 +2506,11 @@ implementation
{$endif avr}
ft_typed,
ft_untyped :
savesize:=76;
{$ifdef avr}
savesize:=76;
{$else avr}
savesize:=316;
{$endif avr}
end;
{$endif cpu16bitaddr}
end;