blob: d4d05a0dc3395459d2b631d262ed68bd806a55f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* -----------------------------------------------------------------------------
* $Id: Disassembler.h,v 1.3 1999/02/05 16:02:37 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Prototypes for functions in Disassembler.c
*
* ---------------------------------------------------------------------------*/
extern InstrPtr disInstr ( StgBCO *bco, InstrPtr pc );
extern void disassemble( StgBCO *bco, char* prefix );
|