- TPPCMPWAssembler: remove support for 8-Byte alignment again as that shouldn't be necessary anymore with the alignment fixes in i_macos.pas; so it's better we get an internal error again if someone tries to use it

git-svn-id: trunk@36887 -
This commit is contained in:
svenbarth 2017-08-12 15:42:04 +00:00
parent 01046b8a17
commit f9c1d0c0db

View File

@ -786,7 +786,6 @@ interface
1:writer.AsmWriteLn(#9'align 0');
2:writer.AsmWriteLn(#9'align 1');
4:writer.AsmWriteLn(#9'align 2');
8:writer.AsmWriteln(#9'align 3');
otherwise internalerror(2002110302);
end;
end;