[project @ 2005-03-04 14:24:51 by simonmar]
[ghc-hetmet.git] / ghc / rts / Disassembler.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team, 1998-2000
4  *
5  * Prototypes for functions in Disassembler.c
6  *
7  * ---------------------------------------------------------------------------*/
8
9 #ifdef DEBUG
10
11 extern int  disInstr   ( StgBCO *bco, int pc );
12 extern void disassemble( StgBCO *bco );
13
14 #endif