From 086257de1150c71a59f746a6e61ef879999e669e Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 23 Apr 2002 15:49:43 +0000 Subject: [PATCH 1/1] [project @ 2002-04-23 15:49:43 by simonmar] PrelPrimopWrappers -> GHC.PrimopWrappers (in debugging output) --- ghc/compiler/ghci/ByteCodeInstr.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4