Browse Source

- 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 -
svenbarth 8 years ago
parent
commit
f9c1d0c0db
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/powerpc/agppcmpw.pas

+ 0 - 1
compiler/powerpc/agppcmpw.pas

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