diff options
-rw-r--r-- | include/dis-asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dis-asm.h b/include/dis-asm.h index c6effe3..da6377c 100644 --- a/include/dis-asm.h +++ b/include/dis-asm.h @@ -59,6 +59,7 @@ typedef struct disassemble_info { The top 16 bits are reserved for public use (and are documented here). The bottom 16 bits are for the internal use of the disassembler. */ unsigned long flags; +#define INSN_HAS_RELOC 0x80000000 PTR private_data; /* Function used to get bytes to disassemble. MEMADDR is the |