Skip to content

Commit 15a19ab

Browse files
authored
Merge pull request #534 from ii8/master
Set default alignment on powerpc64 to 8
2 parents 2a5e8c0 + 87362b1 commit 15a19ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlton/main/main.fun

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ fun defaultAlignIs8 () =
199199
| HPPA => true
200200
| IA64 => true
201201
| MIPS => true
202+
| PowerPC64 => true
202203
| Sparc => true
203204
| S390 => true
204205
| _ => false

0 commit comments

Comments
 (0)