summaryrefslogtreecommitdiff
path: root/ui/linearview.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/linearview.h')
-rw-r--r--ui/linearview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h
index 33d8a3f1..3bd446be 100644
--- a/ui/linearview.h
+++ b/ui/linearview.h
@@ -294,6 +294,7 @@ public:
virtual FunctionRef getCurrentFunction() override;
virtual BasicBlockRef getCurrentBasicBlock() override;
virtual ArchitectureRef getCurrentArchitecture() override;
+ virtual size_t getCurrentILInstructionIndex() override;
virtual bool navigateToFunction(FunctionRef func, uint64_t pos) override;
virtual bool navigate(uint64_t pos) override;