diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -229,6 +229,8 @@ fn get_instruction_pattern( } } + // 0x10000000 constants here are what iced-x86 bases its disassembly on. + if !include_operands && offsets.has_immediate() { let branch_target = instr .op_kinds() |
