summaryrefslogtreecommitdiffstats
path: root/byterun/fix_code.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/fix_code.h')
-rw-r--r--byterun/fix_code.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/fix_code.h b/byterun/fix_code.h
index 17c0efd02..d182c7ad5 100644
--- a/byterun/fix_code.h
+++ b/byterun/fix_code.h
@@ -30,6 +30,7 @@ extern unsigned char code_md5[16];
void load_code (int fd, asize_t len);
void fixup_endianness (code_t code, asize_t len);
void set_instruction (code_t pos, opcode_t instr);
+int is_instruction (opcode_t instr1, opcode_t instr2);
#ifdef THREADED_CODE
extern char ** instr_table;