Explorar el Código

+ add the _BSSEND section after the _BSS section

git-svn-id: trunk@45619 -
nickysn hace 5 años
padre
commit
dfa736bdca
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      compiler/systems/t_zxspectrum.pas

+ 1 - 0
compiler/systems/t_zxspectrum.pas

@@ -380,6 +380,7 @@ procedure TInternalLinkerZXSpectrum.DefaultLinkScript;
     LinkScript.Concat('ENDEXESECTION');
     LinkScript.Concat('EXESECTION .bss');
     LinkScript.Concat('  OBJSECTION _BSS');
+    LinkScript.Concat('  OBJSECTION _BSSEND');
     LinkScript.Concat('  OBJSECTION _HEAP');
     LinkScript.Concat('  OBJSECTION _STACK');
     LinkScript.Concat('ENDEXESECTION');