diff options
Diffstat (limited to 'rust/src/hlil/lift.rs')
| -rw-r--r-- | rust/src/hlil/lift.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/hlil/lift.rs b/rust/src/hlil/lift.rs index 74ae0c64..731a785c 100644 --- a/rust/src/hlil/lift.rs +++ b/rust/src/hlil/lift.rs @@ -24,6 +24,7 @@ pub struct HighLevelILLiftedInstruction { pub function: Ref<HighLevelILFunction>, pub address: u64, pub index: usize, + pub size: usize, pub kind: HighLevelILLiftedInstructionKind, } |
