From 02408fe887ac085c4617ecbd9cc22c96bec23abe Mon Sep 17 00:00:00 2001 From: "naur@post11.tele.dk" Date: Sat, 3 Apr 2010 18:06:43 +0000 Subject: [PATCH] Fix error compiling AsmCodeGen.lhs for PPC Mac (DestBlockId) The error message eliminated is: > compiler/nativeGen/AsmCodeGen.lhs:637:16: > Not in scope: data constructor `DestBlockId' --- compiler/nativeGen/PPC/RegInfo.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/nativeGen/PPC/RegInfo.hs b/compiler/nativeGen/PPC/RegInfo.hs index 37de752..2a23bbb 100644 --- a/compiler/nativeGen/PPC/RegInfo.hs +++ b/compiler/nativeGen/PPC/RegInfo.hs @@ -7,7 +7,7 @@ ----------------------------------------------------------------------------- module PPC.RegInfo ( - JumpDest, + JumpDest( DestBlockId ), canShortcut, shortcutJump, -- 1.7.10.4