9762566c4f7cb7a491b2a91ecbd9c1b782d206f3
[ghc-hetmet.git] / ghc / rts / Disassembler.h
1
2 /* -----------------------------------------------------------------------------
3  * $Id: Disassembler.h,v 1.7 2001/02/11 17:51:07 simonmar Exp $
4  *
5  * (c) The GHC Team, 1998-2000
6  *
7  * Prototypes for functions in Disassembler.c
8  *
9  * ---------------------------------------------------------------------------*/
10
11 #ifdef DEBUG
12
13 extern int  disInstr   ( StgBCO *bco, int pc );
14 extern void disassemble( StgBCO *bco );
15
16 #endif