diff options
Diffstat (limited to 'lowlevelilinstruction.h')
| -rw-r--r-- | lowlevelilinstruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lowlevelilinstruction.h b/lowlevelilinstruction.h index 5feef433..97f10c32 100644 --- a/lowlevelilinstruction.h +++ b/lowlevelilinstruction.h @@ -385,7 +385,7 @@ namespace BinaryNinja #else Ref<LowLevelILFunction> function; #endif - const uint64_t* cur; + size_t offset; size_t count; bool operator==(const ListIterator& a) const; |
