From: naur@post11.tele.dk Date: Sat, 3 Apr 2010 18:06:43 +0000 (+0000) Subject: Fix error compiling AsmCodeGen.lhs for PPC Mac (DestBlockId) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=02408fe887ac085c4617ecbd9cc22c96bec23abe 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' --- 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,