2 /* -----------------------------------------------------------------------------
3 * $Id: Disassembler.h,v 1.7 2001/02/11 17:51:07 simonmar Exp $
5 * (c) The GHC Team, 1998-2000
7 * Prototypes for functions in Disassembler.c
9 * ---------------------------------------------------------------------------*/
13 extern int disInstr ( StgBCO *bco, int pc );
14 extern void disassemble( StgBCO *bco );