diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-06 09:59:34 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-06 09:59:34 -0800 |
commit | faf617739f53c67f663887de34342f92056ba45d (patch) | |
tree | ea7b4d50b00de8d16fa7f76257972faf143d79e1 /Source/Memory.h | |
parent | b54945cf95fa7e4ccc87525d2896901a8f11fe12 (diff) | |
download | witness-tutorializer-faf617739f53c67f663887de34342f92056ba45d.tar.gz witness-tutorializer-faf617739f53c67f663887de34342f92056ba45d.tar.bz2 witness-tutorializer-faf617739f53c67f663887de34342f92056ba45d.zip |
Assorted.
Diffstat (limited to 'Source/Memory.h')
-rw-r--r-- | Source/Memory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Memory.h b/Source/Memory.h index d2ab50e..4c79d7c 100644 --- a/Source/Memory.h +++ b/Source/Memory.h | |||
@@ -64,6 +64,8 @@ public: | |||
64 | ThrowError(); | 64 | ThrowError(); |
65 | } | 65 | } |
66 | 66 | ||
67 | void ClearOffsets() {_computedAddresses = std::map<uintptr_t, uintptr_t>();} | ||
68 | |||
67 | private: | 69 | private: |
68 | 70 | ||
69 | void ThrowError(); | 71 | void ThrowError(); |