From eb041e812156e9ac601b8c1f73fa43379fd0a2b4 Mon Sep 17 00:00:00 2001 From: ross Date: Tue, 26 Oct 2004 17:48:39 +0000 Subject: [PATCH] [project @ 2004-10-26 17:48:39 by ross] bind acosDouble to acos(), rather than asin() --- ghc/compiler/cmm/PprC.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/cmm/PprC.hs b/ghc/compiler/cmm/PprC.hs index 44fe7ae..421b557 100644 --- a/ghc/compiler/cmm/PprC.hs +++ b/ghc/compiler/cmm/PprC.hs @@ -523,7 +523,7 @@ pprCallishMachOp_for_C mop MO_F64_Cosh -> ptext SLIT("cosh") MO_F64_Tanh -> ptext SLIT("tanh") MO_F64_Asin -> ptext SLIT("asin") - MO_F64_Acos -> ptext SLIT("asin") + MO_F64_Acos -> ptext SLIT("acos") MO_F64_Atan -> ptext SLIT("atan") MO_F64_Log -> ptext SLIT("log") MO_F64_Exp -> ptext SLIT("exp") -- 1.7.10.4