Explorar el Código

sinclairql: make sure the end of bss (hence the bss size) is also aligned to two bytes

git-svn-id: trunk@49380 -
Károly Balogh hace 4 años
padre
commit
906d0ba06e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      compiler/systems/t_sinclairql.pas

+ 1 - 0
compiler/systems/t_sinclairql.pas

@@ -224,6 +224,7 @@ begin
       Add('  .bss (NOLOAD): {');
       Add('      _sbss = .;');
       Add('      *(.bss .bss.*)');
+      Add('      . = ALIGN(2); SHORT(0x0000);');
       Add('      _ebss = .;');
       Add('  } :'+ProgramHeaderName);
       Add('}');