From d2e8d4b0407069e03b1e118d2c6162f0f9d5783b Mon Sep 17 00:00:00 2001 From: Thorkil Naur Date: Fri, 5 Oct 2007 14:41:05 +0000 Subject: [PATCH] FIX validate for PPC Mac OS X - RegAllocStats.hs --- compiler/nativeGen/RegAllocStats.hs | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4