From: igloo Date: Sun, 21 Sep 2003 13:09:12 +0000 (+0000) Subject: [project @ 2003-09-21 13:09:12 by igloo] X-Git-Tag: Approx_11550_changesets_converted~436 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=963cece5e6ca25050711c1c3306c0eb0df729046;p=ghc-hetmet.git [project @ 2003-09-21 13:09:12 by igloo] Change IF_OS_darwin to IF_ARCH_powerpc so addImportNat is imported in exactly the case in which it is used. --- diff --git a/ghc/compiler/nativeGen/MachCode.lhs b/ghc/compiler/nativeGen/MachCode.lhs index 9bc37fc..b810575 100644 --- a/ghc/compiler/nativeGen/MachCode.lhs +++ b/ghc/compiler/nativeGen/MachCode.lhs @@ -41,7 +41,7 @@ import Stix ( getNatLabelNCG, StixStmt(..), StixExpr(..), NatM, thenNat, returnNat, mapNat, mapAndUnzipNat, mapAccumLNat, getDeltaNat, setDeltaNat, getUniqueNat, - IF_OS_darwin(addImportNat COMMA,) + IF_ARCH_powerpc(addImportNat COMMA,) ncgPrimopMoan, ncg_target_is_32bit )