From 24d411cd96c677b9a6042dd9e4065aaa7602f0d3 Mon Sep 17 00:00:00 2001 From: Debian Haskell Group Date: Sat, 17 Dec 2016 02:44:45 +0000 Subject: [PATCH] compiler-cmm-PprC-sparc-alignment Gbp-Pq: Name compiler-cmm-PprC-sparc-alignment.patch --- compiler/cmm/PprC.hs | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2