Fix whitespace in TcTyDecls
[ghc-hetmet.git] / rts / Disassembler.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team, 1998-2005
4  *
5  * Prototypes for functions in Disassembler.c
6  *
7  * ---------------------------------------------------------------------------*/
8
9 #ifndef DISASSEMBLER_H
10 #define DISASSEMBLER_H
11
12 #ifdef DEBUG
13
14 extern int  disInstr   ( StgBCO *bco, int pc );
15 extern void disassemble( StgBCO *bco );
16
17 #endif
18
19 #endif /* DISASSEMBLER_H */