1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team, 1998-2005
5 * Prototypes for functions in Disassembler.c
7 * ---------------------------------------------------------------------------*/
10 #define DISASSEMBLER_H
14 extern int disInstr ( StgBCO *bco, int pc );
15 extern void disassemble( StgBCO *bco );
19 #endif /* DISASSEMBLER_H */