From 3c72c21cebff1313ebee95de7d611693eff4c385 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 24 Feb 2006 12:46:08 +0000 Subject: [PATCH] turn off a trace --- ghc/compiler/codeGen/CgInfoTbls.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/codeGen/CgInfoTbls.hs b/ghc/compiler/codeGen/CgInfoTbls.hs index 9ac81bb..b769950 100644 --- a/ghc/compiler/codeGen/CgInfoTbls.hs +++ b/ghc/compiler/codeGen/CgInfoTbls.hs @@ -249,7 +249,7 @@ emitReturnTarget name stmts vector srt ; emitInfoTableAndCode info_lbl std_info extra_bits args blks ; return info_lbl } where - args = trace "emitReturnTarget: missing args" [] + args = {- trace "emitReturnTarget: missing args" -} [] uniq = getUnique name info_lbl = mkReturnInfoLabel uniq -- 1.7.10.4