diff options
Diffstat (limited to 'compiler/GHC/Platform/SPARC.hs')
-rw-r--r-- | compiler/GHC/Platform/SPARC.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Platform/SPARC.hs b/compiler/GHC/Platform/SPARC.hs index b0cdb27f44..b1dad08837 100644 --- a/compiler/GHC/Platform/SPARC.hs +++ b/compiler/GHC/Platform/SPARC.hs @@ -2,7 +2,7 @@ module GHC.Platform.SPARC where -import GhcPrelude +import GHC.Prelude #define MACHREGS_NO_REGS 0 #define MACHREGS_sparc 1 |