mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 15:20:35 +02:00
- 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:
parent
01046b8a17
commit
f9c1d0c0db
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user