From: Thorkil Naur Date: Fri, 5 Oct 2007 14:41:05 +0000 (+0000) Subject: FIX validate for PPC Mac OS X - RegAllocStats.hs X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=d2e8d4b0407069e03b1e118d2c6162f0f9d5783b;p=ghc-hetmet.git FIX validate for PPC Mac OS X - RegAllocStats.hs --- diff --git a/compiler/nativeGen/RegAllocStats.hs b/compiler/nativeGen/RegAllocStats.hs index 59e94aa..8eb8660 100644 --- a/compiler/nativeGen/RegAllocStats.hs +++ b/compiler/nativeGen/RegAllocStats.hs @@ -327,6 +327,7 @@ regDotColor reg = case regClass reg of RcInteger -> text "blue" RcFloat -> text "red" + RcDouble -> text "green" #endif