diff options
Diffstat (limited to 'byterun/fix_code.c')
-rw-r--r-- | byterun/fix_code.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/byterun/fix_code.c b/byterun/fix_code.c index 37543ace7..d00e77bce 100644 --- a/byterun/fix_code.c +++ b/byterun/fix_code.c @@ -78,8 +78,8 @@ void fixup_endianness(code, len) #ifdef THREADED_CODE -void ** instr_table; -void * instr_base; +char ** instr_table; +char * instr_base; void thread_code (code_t code, asize_t len) { |