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:
Stephen Kitt 2024-03-13 05:53:35 +01:00 committed by GitHub
parent 667e885b2e
commit fe7b4b4fcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,8 @@
#if BX_INSTRUMENTATION
class bxInstruction_c;
void bx_instr_init_env(void) {}
void bx_instr_exit_env(void) {}