From 8830ee0a3b0fbbaad074c379f6101e459b62e6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Sat, 12 Aug 2017 12:19:52 +0000 Subject: [PATCH] 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 - --- compiler/powerpc/agppcmpw.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/powerpc/agppcmpw.pas b/compiler/powerpc/agppcmpw.pas index a33ff58943..1ea9c618e1 100644 --- a/compiler/powerpc/agppcmpw.pas +++ b/compiler/powerpc/agppcmpw.pas @@ -788,6 +788,7 @@ 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;