b4065feca82f83a733a79968a4b5f1fbde8b4bf9
[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