X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fghci%2FByteCodeInstr.lhs;h=05b8a1a3f8f74b577dc8a513971cbbed4e727a09;hb=6cfc5a0380bfd2484b35e39ae0afafcbd923755f;hp=58e8eda8d5841192d934ccb5375e3163ec7d2252;hpb=2cc5b907318f97e19b28b2ad8ed9ff8c1f401dcc;p=ghc-hetmet.git diff --git a/ghc/compiler/ghci/ByteCodeInstr.lhs b/ghc/compiler/ghci/ByteCodeInstr.lhs index 58e8eda..05b8a1a 100644 --- a/ghc/compiler/ghci/ByteCodeInstr.lhs +++ b/ghc/compiler/ghci/ByteCodeInstr.lhs @@ -19,7 +19,7 @@ import PrimRep ( PrimRep ) import DataCon ( DataCon ) import VarSet ( VarSet ) import PrimOp ( PrimOp ) -import Ptr +import GHC.Ptr \end{code} %************************************************************************ @@ -125,7 +125,7 @@ instance Outputable BCInstr where ppr (PUSH_LL o1 o2) = text "PUSH_LL " <+> int o1 <+> int o2 ppr (PUSH_LLL o1 o2 o3) = text "PUSH_LLL" <+> int o1 <+> int o2 <+> int o3 ppr (PUSH_G (Left nm)) = text "PUSH_G " <+> ppr nm - ppr (PUSH_G (Right op)) = text "PUSH_G " <+> text "PrelPrimopWrappers." + ppr (PUSH_G (Right op)) = text "PUSH_G " <+> text "GHC.PrimopWrappers." <> ppr op ppr (PUSH_AS nm pk) = text "PUSH_AS " <+> ppr nm <+> ppr pk