From 963cece5e6ca25050711c1c3306c0eb0df729046 Mon Sep 17 00:00:00 2001 From: igloo Date: Sun, 21 Sep 2003 13:09:12 +0000 Subject: [PATCH] [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. --- ghc/compiler/nativeGen/MachCode.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 1.7.10.4