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