From: Debian Haskell Group Date: Mon, 14 Nov 2016 16:35:40 +0000 (+0000) Subject: compiler-cmm-PprC-sparc-alignment X-Git-Tag: archive/raspbian/8.0.2-9+rpi1~1^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dc2c82df7b5941b837a75d5016dcd105fe063770;p=ghc.git compiler-cmm-PprC-sparc-alignment Gbp-Pq: Name compiler-cmm-PprC-sparc-alignment.patch --- diff --git a/compiler/cmm/PprC.hs b/compiler/cmm/PprC.hs index ce5a202e..327a3a82 100644 --- a/compiler/cmm/PprC.hs +++ b/compiler/cmm/PprC.hs @@ -1114,6 +1114,8 @@ cLoad expr rep bewareLoadStoreAlignment ArchMipsel = True bewareLoadStoreAlignment (ArchARM {}) = True bewareLoadStoreAlignment ArchARM64 = True + bewareLoadStoreAlignment ArchSPARC = True + bewareLoadStoreAlignment ArchSPARC64 = True -- Pessimistically assume that they will also cause problems -- on unknown arches bewareLoadStoreAlignment ArchUnknown = True