diff options
Diffstat (limited to 'compiler/GHC/CmmToAsm')
-rw-r--r-- | compiler/GHC/CmmToAsm/SPARC/Base.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/CmmToAsm/SPARC/Base.hs b/compiler/GHC/CmmToAsm/SPARC/Base.hs index a7929081b3..bf71c172df 100644 --- a/compiler/GHC/CmmToAsm/SPARC/Base.hs +++ b/compiler/GHC/CmmToAsm/SPARC/Base.hs @@ -3,7 +3,7 @@ -- Also import the required constants, so we know what we're using. -- -- In the interests of cross-compilation, we want to free ourselves --- from the autoconf generated modules like main/Constants +-- from the autoconf generated modules like GHC/Settings/Constants module GHC.CmmToAsm.SPARC.Base ( wordLength, |