X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghci%2FByteCodeGen.lhs;h=725ba6a32982ebc2011ab515838463ddb20a043d;hb=1525a5819aa3a6eae8d8b05cfe348a2384da0c84;hp=19db7af16b88b2f31f1e98fea98f0974f36e55eb;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/ghci/ByteCodeGen.lhs b/compiler/ghci/ByteCodeGen.lhs index 19db7af..725ba6a 100644 --- a/compiler/ghci/ByteCodeGen.lhs +++ b/compiler/ghci/ByteCodeGen.lhs @@ -1102,7 +1102,6 @@ pushAtom d p (AnnLit lit) pokeByteOff ptr n (fromIntegral (ord '\0') :: Word8) return ptr ) - other -> panic "ByteCodeGen.pushAtom.pushStr" in getMallocvilleAddr `thenBc` \ addr -> -- Get the addr on the stack, untaggedly