diff options
| author | Glenn Smith <glenn@vector35.com> | 2024-05-08 18:09:33 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2024-05-08 18:33:58 -0400 |
| commit | 5085822747449420649264534611187762443099 (patch) | |
| tree | 702006136d70a5fcc9cb35c0505b6e6557f953a5 /ui/linearview.h | |
| parent | 7806681792158827908432430454031547770521 (diff) | |
Disassembly: Add relative to fixed base address mode
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 476645b9..8223c515 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -481,6 +481,7 @@ public: void toggleOption(BNDisassemblyOption option); void setAddressMode(std::optional<BNDisassemblyAddressMode> mode, std::optional<bool> hex, std::optional<bool> withName); void setDisplayedFileName(); + void setAddressBaseOffset(bool toHere); virtual bool goToReference(FunctionRef func, uint64_t source, uint64_t target) override; QFont getFont() override { return m_render.getFont(); } |
