From: simonmar Date: Tue, 23 Apr 2002 15:49:43 +0000 (+0000) Subject: [project @ 2002-04-23 15:49:43 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~2109 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=086257de1150c71a59f746a6e61ef879999e669e;hp=a6471895fb4a08acb7d637ebee61c72f4213bedf;p=ghc-hetmet.git [project @ 2002-04-23 15:49:43 by simonmar] PrelPrimopWrappers -> GHC.PrimopWrappers (in debugging output) --- diff --git a/ghc/compiler/ghci/ByteCodeInstr.lhs b/ghc/compiler/ghci/ByteCodeInstr.lhs index 58e8eda..8ff89a8 100644 --- a/ghc/compiler/ghci/ByteCodeInstr.lhs +++ b/ghc/compiler/ghci/ByteCodeInstr.lhs @@ -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