diff options
author | Ian Lynagh <igloo@earth.li> | 2008-03-22 14:06:41 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-03-22 14:06:41 +0000 |
commit | 8d84d843da4886861b2b27236b413ad135666653 (patch) | |
tree | 4afc00e5322b0dd3a7ceadc16d46750ab4f61edb /compiler/simplStg | |
parent | 3efb24512da5fd8b0f89beceab4397dcd95a3ade (diff) | |
download | haskell-8d84d843da4886861b2b27236b413ad135666653.tar.gz |
-DDEBUG build fix
Diffstat (limited to 'compiler/simplStg')
-rw-r--r-- | compiler/simplStg/SRT.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplStg/SRT.lhs b/compiler/simplStg/SRT.lhs index 5618cb19f7..dfd98329a1 100644 --- a/compiler/simplStg/SRT.lhs +++ b/compiler/simplStg/SRT.lhs @@ -144,7 +144,7 @@ srtExpr table (StgLetNoEscape live1 live2 bind body) StgLetNoEscape live1 live2 bind' body' #ifdef DEBUG -srtExpr table expr = pprPanic "srtExpr" (ppr expr) +srtExpr _table expr = pprPanic "srtExpr" (ppr expr) #endif srtAlt :: IdEnv Int -> StgAlt -> StgAlt |