[project @ 2002-04-23 15:49:43 by simonmar]
authorsimonmar <unknown>
Tue, 23 Apr 2002 15:49:43 +0000 (15:49 +0000)
committersimonmar <unknown>
Tue, 23 Apr 2002 15:49:43 +0000 (15:49 +0000)
PrelPrimopWrappers -> GHC.PrimopWrappers (in debugging output)

ghc/compiler/ghci/ByteCodeInstr.lhs

index 58e8eda..8ff89a8 100644 (file)
@@ -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