Fix error compiling AsmCodeGen.lhs for PPC Mac (DestBlockId)
authornaur@post11.tele.dk <unknown>
Sat, 3 Apr 2010 18:06:43 +0000 (18:06 +0000)
committernaur@post11.tele.dk <unknown>
Sat, 3 Apr 2010 18:06:43 +0000 (18:06 +0000)
The error message eliminated is:
> compiler/nativeGen/AsmCodeGen.lhs:637:16:
>     Not in scope: data constructor `DestBlockId'

compiler/nativeGen/PPC/RegInfo.hs

index 37de752..2a23bbb 100644 (file)
@@ -7,7 +7,7 @@
 -----------------------------------------------------------------------------
 
 module PPC.RegInfo (
-        JumpDest, 
+        JumpDest( DestBlockId ), 
        canShortcut, 
        shortcutJump,