summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorsimonpj <unknown>2001-12-21 16:39:09 +0000
committersimonpj <unknown>2001-12-21 16:39:09 +0000
commitbfaa19390ff682bf2cad4958125d941115b83dbf (patch)
treecdce41659fee546b9119563ab96f6a97102558fb /ghc
parentd419cd56582b1b85bfe4222194e7f6843d0f75d5 (diff)
downloadhaskell-bfaa19390ff682bf2cad4958125d941115b83dbf.tar.gz
[project @ 2001-12-21 16:39:09 by simonpj]
wibble
Diffstat (limited to 'ghc')
-rw-r--r--ghc/compiler/nativeGen/MachCode.lhs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/compiler/nativeGen/MachCode.lhs b/ghc/compiler/nativeGen/MachCode.lhs
index a31c91dc3c..e120d80e5b 100644
--- a/ghc/compiler/nativeGen/MachCode.lhs
+++ b/ghc/compiler/nativeGen/MachCode.lhs
@@ -49,6 +49,7 @@ import Stix ( pprStixStmt )
-- DEBUGGING ONLY
import IOExts ( trace )
+import Outputable ( assertPanic )
infixr 3 `bind`
\end{code}