X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FPprC.hs;h=5c60b8a8974a3e0f9d83fdbb0e823148a451bd4d;hb=8053aac536c96dabdc06e9f068852f5481474a29;hp=a8d30668b7e39d55b953d31620b6d04044db18e1;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/cmm/PprC.hs b/compiler/cmm/PprC.hs index a8d3066..5c60b8a 100644 --- a/compiler/cmm/PprC.hs +++ b/compiler/cmm/PprC.hs @@ -547,6 +547,7 @@ pprCallishMachOp_for_C mop MO_F32_Log -> ptext SLIT("logf") MO_F32_Exp -> ptext SLIT("expf") MO_F32_Sqrt -> ptext SLIT("sqrtf") + MO_WriteBarrier -> ptext SLIT("write_barrier") -- --------------------------------------------------------------------- -- Useful #defines