summaryrefslogtreecommitdiff
path: root/disasm/disasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'disasm/disasm.h')
-rw-r--r--disasm/disasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/disasm/disasm.h b/disasm/disasm.h
index fa6e2e2f..6c89293e 100644
--- a/disasm/disasm.h
+++ b/disasm/disasm.h
@@ -43,7 +43,7 @@
#define INSN_MAX 32 /* one instruction can't be longer than this */
int32_t disasm(uint8_t *data, char *output, int outbufsize, int segsize,
- int32_t offset, int autosync, iflag_t *prefer);
+ int64_t offset, int autosync, iflag_t *prefer);
int32_t eatbyte(uint8_t *data, char *output, int outbufsize, int segsize);
#endif