Browse Source

powerpc: assume that the MPW assembler supports 8 byte alignments. (based on some inconclusive internet search it should, but this is not confirmed)

git-svn-id: trunk@36881 -
Károly Balogh 8 years ago
parent
commit
8830ee0a3b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/powerpc/agppcmpw.pas

+ 1 - 0
compiler/powerpc/agppcmpw.pas

@@ -788,6 +788,7 @@ 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;