From: sewardj Date: Thu, 13 Jul 2000 08:49:24 +0000 (+0000) Subject: [project @ 2000-07-13 08:49:24 by sewardj] X-Git-Tag: Approximately_9120_patches~4025 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=62acd01e7e5c0cfbf762c20e7cb559cd28eb386f;p=ghc-hetmet.git [project @ 2000-07-13 08:49:24 by sewardj] Reg needs to be imported non-abstractly for sparc. --- diff --git a/ghc/compiler/nativeGen/MachMisc.lhs b/ghc/compiler/nativeGen/MachMisc.lhs index d287ac1..b06cac3 100644 --- a/ghc/compiler/nativeGen/MachMisc.lhs +++ b/ghc/compiler/nativeGen/MachMisc.lhs @@ -43,7 +43,7 @@ import AbsCUtils ( magicIdPrimRep ) import CLabel ( CLabel, isAsmTemp ) import Literal ( mkMachInt, Literal(..) ) import MachRegs ( stgReg, callerSaves, RegLoc(..), - Imm(..), Reg, + Imm(..), Reg(..), MachRegsAddr(..) # if sparc_TARGET_ARCH ,fp, sp