X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghci%2FByteCodeGen.lhs;h=b09d739177df1b2655b2c208e5ec1513407a21b3;hb=14b1ce3eb8e055c955729c7095414686daa3e7f6;hp=ca66250c8b67b8785b101ef0e2c711e5b22cd72f;hpb=cdce647711c0f46f5799b24de087622cb77e647f;p=ghc-hetmet.git diff --git a/compiler/ghci/ByteCodeGen.lhs b/compiler/ghci/ByteCodeGen.lhs index ca66250..b09d739 100644 --- a/compiler/ghci/ByteCodeGen.lhs +++ b/compiler/ghci/ByteCodeGen.lhs @@ -1446,7 +1446,7 @@ runBc :: UniqSupply -> ModBreaks -> BcM r -> IO (BcM_State, r) runBc us modBreaks (BcM m) = m (BcM_State us 0 [] breakArray) where - breakArray = modBreaks_array modBreaks + breakArray = modBreaks_flags modBreaks thenBc :: BcM a -> (a -> BcM b) -> BcM b thenBc (BcM expr) cont = BcM $ \st0 -> do