about summary refs log tree commit diff stats
path: root/Source/Memory.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-11-06 09:59:34 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2018-11-06 09:59:34 -0800
commitfaf617739f53c67f663887de34342f92056ba45d (patch)
treeea7b4d50b00de8d16fa7f76257972faf143d79e1 /Source/Memory.h
parentb54945cf95fa7e4ccc87525d2896901a8f11fe12 (diff)
downloadwitness-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.h2
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
67private: 69private:
68 70
69 void ThrowError(); 71 void ThrowError();