mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 07:09:17 +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}
|
||||
case filetyp of
|
||||
ft_text :
|
||||
savesize:=96;
|
||||
{$ifdef avr}
|
||||
savesize:=96;
|
||||
{$else avr}
|
||||
savesize:=576;
|
||||
{$endif avr}
|
||||
ft_typed,
|
||||
ft_untyped :
|
||||
savesize:=76;
|
||||
|
Loading…
Reference in New Issue
Block a user