[project @ 1999-02-05 16:02:18 by simonm]
[ghc-hetmet.git] / ghc / rts / Disassembler.h
1 /* -----------------------------------------------------------------------------
2  * $Id: Disassembler.h,v 1.3 1999/02/05 16:02:37 simonm Exp $
3  *
4  * (c) The GHC Team, 1998-1999
5  *
6  * Prototypes for functions in Disassembler.c
7  *
8  * ---------------------------------------------------------------------------*/
9
10 extern InstrPtr disInstr   ( StgBCO *bco, InstrPtr pc );
11 extern void     disassemble( StgBCO *bco, char* prefix );