Stub the bxInstrument_c class too (#281)
The instrument stub needs this, otherwise ./configure --enable-instrumentation && make fails because bxInstrument_c isn't declared. Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
parent
667e885b2e
commit
fe7b4b4fcb
@ -24,6 +24,8 @@
|
||||
|
||||
#if BX_INSTRUMENTATION
|
||||
|
||||
class bxInstruction_c;
|
||||
|
||||
void bx_instr_init_env(void) {}
|
||||
void bx_instr_exit_env(void) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user