[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / rts / Disassembler.h
diff --git a/ghc/rts/Disassembler.h b/ghc/rts/Disassembler.h
new file mode 100644 (file)
index 0000000..258ccab
--- /dev/null
@@ -0,0 +1,9 @@
+/* -----------------------------------------------------------------------------
+ * $Id: Disassembler.h,v 1.2 1998/12/02 13:28:16 simonm Exp $
+ *
+ * Prototypes for functions in Disassembler.c
+ *
+ * ---------------------------------------------------------------------------*/
+
+extern InstrPtr disInstr   ( StgBCO *bco, InstrPtr pc );
+extern void     disassemble( StgBCO *bco, char* prefix );