diff options
author | Ian Lynagh <igloo@earth.li> | 2011-05-08 16:13:33 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-05-08 16:13:33 +0100 |
commit | d45197aabb22178066a8ec50d29331786a0c518c (patch) | |
tree | feac564466e2d1182b8d0ee7691580f564cf5b17 /compiler/nativeGen/AsmCodeGen.lhs | |
parent | c5f7496604b096277e3ba57fcb6ed85422613c75 (diff) | |
parent | daead6bf93cc751417461507048db9b1aa8b669a (diff) | |
download | haskell-coloured-core.tar.gz |
Merge branch 'coloured-core' of https://github.com/nominolo/ghc into coloured-corecoloured-core
Diffstat (limited to 'compiler/nativeGen/AsmCodeGen.lhs')
-rw-r--r-- | compiler/nativeGen/AsmCodeGen.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/AsmCodeGen.lhs b/compiler/nativeGen/AsmCodeGen.lhs index c99629c8d5..07acbbbbec 100644 --- a/compiler/nativeGen/AsmCodeGen.lhs +++ b/compiler/nativeGen/AsmCodeGen.lhs @@ -484,7 +484,7 @@ makeImportsDoc dflags imports | otherwise = Pretty.empty - doPpr lbl = (lbl, Pretty.render $ pprCLabel lbl astyle) + doPpr lbl = (lbl, renderWithStyle (pprCLabel lbl) astyle) astyle = mkCodeStyle AsmStyle |