mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 01:32:38 +02:00
* set the proper TextRec size for i8086
git-svn-id: branches/i8086@23854 -
This commit is contained in:
parent
f4b5b4ce0f
commit
a0e683bed6
@ -2499,7 +2499,11 @@ implementation
|
|||||||
{$ifdef cpu16bitaddr}
|
{$ifdef cpu16bitaddr}
|
||||||
case filetyp of
|
case filetyp of
|
||||||
ft_text :
|
ft_text :
|
||||||
savesize:=96;
|
{$ifdef avr}
|
||||||
|
savesize:=96;
|
||||||
|
{$else avr}
|
||||||
|
savesize:=576;
|
||||||
|
{$endif avr}
|
||||||
ft_typed,
|
ft_typed,
|
||||||
ft_untyped :
|
ft_untyped :
|
||||||
savesize:=76;
|
savesize:=76;
|
||||||
|
Loading…
Reference in New Issue
Block a user