* set the proper TextRec size for i8086

git-svn-id: branches/i8086@23854 -
This commit is contained in:
nickysn 2013-03-16 10:45:57 +00:00
parent f4b5b4ce0f
commit a0e683bed6

View File

@ -2499,7 +2499,11 @@ implementation
{$ifdef cpu16bitaddr}
case filetyp of
ft_text :
savesize:=96;
{$ifdef avr}
savesize:=96;
{$else avr}
savesize:=576;
{$endif avr}
ft_typed,
ft_untyped :
savesize:=76;