Browse Source

* set the FileRec size for i8086

git-svn-id: branches/i8086@23858 -
nickysn 12 years ago
parent
commit
b178a038f5
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/symdef.pas

+ 5 - 1
compiler/symdef.pas

@@ -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;