X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghci%2FByteCodeGen.lhs;h=444fe873152939fa05bad11013d6cdaf0860afc5;hb=3432f617a78f4a0bed641947179b00f1070a9018;hp=b09d739177df1b2655b2c208e5ec1513407a21b3;hpb=38e7ac3ffa32d75c1922e7247a910e06d9957116;p=ghc-hetmet.git diff --git a/compiler/ghci/ByteCodeGen.lhs b/compiler/ghci/ByteCodeGen.lhs index b09d739..444fe87 100644 --- a/compiler/ghci/ByteCodeGen.lhs +++ b/compiler/ghci/ByteCodeGen.lhs @@ -298,6 +298,7 @@ schemeER_wrk d p rhs { breakInfo_module = tickInfo_module tickInfo , breakInfo_number = tickNumber , breakInfo_vars = idOffSets + , breakInfo_resty = exprType (deAnnotate' newRhs) } let breakInstr = case arr of (BA arr#) -> BRK_FUN arr# tickNumber breakInfo return $ breakInstr `consOL` code