diff options
| author | Brian Potchik <brian@vector35.com> | 2021-03-31 23:16:52 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2021-03-31 23:16:52 -0400 |
| commit | f10dc1e46af513bbc655003b8b722d8f05f7ccc2 (patch) | |
| tree | 996bca9ccd2c48106cd696cf4356b66d69558e09 /ui/viewframe.h | |
| parent | b4848827fac197dcdf496dc8a749b8705ee34840 (diff) | |
Maintain preferred IL view when navigating among views which don't support ILs.
Diffstat (limited to 'ui/viewframe.h')
| -rw-r--r-- | ui/viewframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h index 09d3376c..36072430 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -172,7 +172,7 @@ public: virtual LowLevelILFunctionRef getCurrentLowLevelILFunction() { return nullptr; } virtual MediumLevelILFunctionRef getCurrentMediumLevelILFunction() { return nullptr; } - virtual BNFunctionGraphType getILViewType() { return NormalFunctionGraph; } + virtual BNFunctionGraphType getILViewType() { return InvalidILViewType; } virtual void setILViewType(BNFunctionGraphType ilViewType) { } virtual size_t getCurrentILInstructionIndex() { return BN_INVALID_EXPR; } |
