Forked from
Glasgow Haskell Compiler / GHC
6816 commits behind, 443 commits ahead of the upstream repository.
-
Ben Gamari authored
Our new CPP linter enforces this.
Ben Gamari authoredOur new CPP linter enforces this.
Disassembler.h 389 B
/* -----------------------------------------------------------------------------
*
* (c) The GHC Team, 1998-2005
*
* Prototypes for functions in Disassembler.c
*
* ---------------------------------------------------------------------------*/
#pragma once
#if defined(DEBUG)
RTS_PRIVATE int disInstr ( StgBCO *bco, int pc );
RTS_PRIVATE void disassemble( StgBCO *bco );
#endif