* dis-asm.h: Add flag INSN_HAS_RELOC to tell disassembly
function there is a reloc on this line.
This commit is contained in:
parent
a0f40e47f9
commit
962ac80464
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue