summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaur@post11.tele.dk <unknown>2010-04-03 18:06:43 +0000
committernaur@post11.tele.dk <unknown>2010-04-03 18:06:43 +0000
commit02408fe887ac085c4617ecbd9cc22c96bec23abe (patch)
treea18a60e988adfbb559147d369d43cd6da38a4881
parent3c2a7fa6cf118f6e0fbda8babac7aff988574384 (diff)
downloadhaskell-02408fe887ac085c4617ecbd9cc22c96bec23abe.tar.gz
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'
-rw-r--r--compiler/nativeGen/PPC/RegInfo.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/PPC/RegInfo.hs b/compiler/nativeGen/PPC/RegInfo.hs
index 37de7522f6..2a23bbb269 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,