diff options
Diffstat (limited to 'byterun/fix_code.h')
-rw-r--r-- | byterun/fix_code.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/fix_code.h b/byterun/fix_code.h index 5b1e97c70..5efcce96a 100644 --- a/byterun/fix_code.h +++ b/byterun/fix_code.h @@ -31,6 +31,7 @@ void set_instruction P((code_t pos, opcode_t instr)); #ifdef THREADED_CODE extern void ** instr_table; +extern void * instr_base; void thread_code P((code_t code, asize_t len)); #endif |