Skip to content

Commit

Permalink
Merge branch 'master' into arm-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
runeksvendsen committed Jan 10, 2025
2 parents 3fef96b + ed61c13 commit 76c027e
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 76c027e

Please sign in to comment.