diff options
| author | Aetias <aetias@outlook.com> | 2025-01-25 14:35:02 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-01-25 14:35:02 +0100 |
| commit | aecd9545577a9faf3fe8a578a64872aa4b93a4cd (patch) | |
| tree | 3e9470e0c440660687d71101e873d3d07c83bbbd /include/Debug/DebugHierarchy.hpp | |
| parent | 1983e335f6a53d78cadc2fcf0ae683c773334369 (diff) | |
Move ov004 documentation from Ghidra
Diffstat (limited to 'include/Debug/DebugHierarchy.hpp')
| -rw-r--r-- | include/Debug/DebugHierarchy.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Debug/DebugHierarchy.hpp b/include/Debug/DebugHierarchy.hpp index 05ab803f..fcbc0f50 100644 --- a/include/Debug/DebugHierarchy.hpp +++ b/include/Debug/DebugHierarchy.hpp @@ -6,6 +6,10 @@ #include "Debug/DebugHierarchyBase.hpp" class DebugHierarchy : public DebugHierarchyBase { +public: /* 00 (base) */ /* 08 */ + + /* 00 */ ~DebugHierarchy() override; + /* 40 */ }; |
