X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fghci%2FByteCodeGen.lhs;h=e171a38505fc2e84909230c4197821167315de83;hp=b45a64318efbd5fe335e8bd6a8249e2fa9a78d5a;hb=02ca3a08b287f2efcfddb46e8cd1eca5eccf68a2;hpb=736d37f0c515316d1cba759301d92d7503895ea5 diff --git a/compiler/ghci/ByteCodeGen.lhs b/compiler/ghci/ByteCodeGen.lhs index b45a643..e171a38 100644 --- a/compiler/ghci/ByteCodeGen.lhs +++ b/compiler/ghci/ByteCodeGen.lhs @@ -1219,6 +1219,7 @@ pushAtom _ _ (AnnLit lit) MachFloat _ -> code FloatArg MachDouble _ -> code DoubleArg MachChar _ -> code NonPtrArg + MachNullAddr -> code NonPtrArg MachStr s -> pushStr s l -> pprPanic "pushAtom" (ppr l) where