Skip to content

Commit

Permalink
Merge pull request #22 from runeksvendsen/aarch64-support
Browse files Browse the repository at this point in the history
`aarch64` support
  • Loading branch information
runeksvendsen authored Jan 10, 2025
2 parents 18cf106 + 6f25669 commit ed61c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GHC/Packing/Type.hs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ prgHash = unsafePerformIO $
-- removed. This code here is a cheap and incomplete hack, as the
-- package would otherwise need a configure script.

#if x86_64_BUILD_ARCH
#if x86_64_BUILD_ARCH || aarch64_BUILD_ARCH
type TargetWord = Word64
hexWordFmt = "0x%016x"
#elif i386_BUILD_ARCH
Expand Down

0 comments on commit ed61c13

Please sign in to comment.