diff options
Diffstat (limited to 'compiler/GHC/Driver')
-rw-r--r-- | compiler/GHC/Driver/CodeOutput.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/CodeOutput.hs b/compiler/GHC/Driver/CodeOutput.hs index fb6d04afbf..134ee2f960 100644 --- a/compiler/GHC/Driver/CodeOutput.hs +++ b/compiler/GHC/Driver/CodeOutput.hs @@ -149,7 +149,7 @@ outputC logger dflags filenm cmm_stream packages = FormatC doc printForC dflags h doc - Stream.consume cmm_stream writeC + Stream.consume cmm_stream id writeC {- ************************************************************************ |