diff options
Diffstat (limited to 'compiler/GHC/CmmToAsm/PPC.hs')
-rw-r--r-- | compiler/GHC/CmmToAsm/PPC.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/CmmToAsm/PPC.hs b/compiler/GHC/CmmToAsm/PPC.hs index d38eb84c64..01d479d1c5 100644 --- a/compiler/GHC/CmmToAsm/PPC.hs +++ b/compiler/GHC/CmmToAsm/PPC.hs @@ -57,4 +57,4 @@ instance Instruction PPC.Instr where mkStackAllocInstr = PPC.mkStackAllocInstr mkStackDeallocInstr = PPC.mkStackDeallocInstr pprInstr = PPC.pprInstr - mkComment = const [] + mkComment = pure . PPC.COMMENT |