From: simonmar Date: Mon, 3 Jul 2000 16:07:20 +0000 (+0000) Subject: [project @ 2000-07-03 16:07:20 by simonmar] X-Git-Tag: Approximately_9120_patches~4093 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0028761e273dddaee25802e331717f3a5d07c7ad;p=ghc-hetmet.git [project @ 2000-07-03 16:07:20 by simonmar] DEBUG ==> NCG_DEBUG --- diff --git a/ghc/compiler/nativeGen/AsmRegAlloc.lhs b/ghc/compiler/nativeGen/AsmRegAlloc.lhs index 3a947cb..e466f4e 100644 --- a/ghc/compiler/nativeGen/AsmRegAlloc.lhs +++ b/ghc/compiler/nativeGen/AsmRegAlloc.lhs @@ -222,7 +222,7 @@ doGeneralAlloc all_regs reserve_regs instrs ++ " using " ++ showSDoc (hsep (map ppr reserve_regs)) -# ifdef DEBUG +# ifdef NCG_DEBUG maybetrace msg x = trace msg x # else maybetrace msg x = x