Skip to content

Commit

Permalink
Merge pull request #534 from ii8/master
Browse files Browse the repository at this point in the history
Set default alignment on powerpc64 to 8
  • Loading branch information
MatthewFluet authored Nov 21, 2023
2 parents 2a5e8c0 + 87362b1 commit 15a19ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlton/main/main.fun
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ fun defaultAlignIs8 () =
| HPPA => true
| IA64 => true
| MIPS => true
| PowerPC64 => true
| Sparc => true
| S390 => true
| _ => false
Expand Down

0 comments on commit 15a19ab

Please sign in to comment.