[project @ 2005-03-10 14:03:28 by simonmar]
[ghc-hetmet.git] / ghc / rts / Disassembler.h
index d4d05a0..b4065fe 100644 (file)
@@ -1,11 +1,14 @@
 /* -----------------------------------------------------------------------------
- * $Id: Disassembler.h,v 1.3 1999/02/05 16:02:37 simonm Exp $
  *
- * (c) The GHC Team, 1998-1999
+ * (c) The GHC Team, 1998-2000
  *
  * Prototypes for functions in Disassembler.c
  *
  * ---------------------------------------------------------------------------*/
 
-extern InstrPtr disInstr   ( StgBCO *bco, InstrPtr pc );
-extern void     disassemble( StgBCO *bco, char* prefix );
+#ifdef DEBUG
+
+extern int  disInstr   ( StgBCO *bco, int pc );
+extern void disassemble( StgBCO *bco );
+
+#endif