Implement jump table fix-ups for linear register allocator.
[ghc-hetmet.git] / compiler / nativeGen / PPC / Ppr.hs
index 9fb86c0..44a6a7c 100644 (file)
@@ -545,7 +545,7 @@ pprInstr (MTCTR reg) = hcat [
        char '\t',
        pprReg reg
     ]
-pprInstr (BCTR _) = hcat [
+pprInstr (BCTR _ _) = hcat [
        char '\t',
        ptext (sLit "bctr")
     ]