@@ -84,7 +84,7 unsigned int p_pow2(unsigned int v) | |||
|
84 | 84 | |
|
85 | 85 | unsigned int memchecker::measureMemSize(unsigned int address, unsigned int maxSize) |
|
86 | 86 | { |
|
87 | return SocExplorerEngine::memMeasureSize(this->plugin,address,maxSize); | |
|
87 | return SocExplorerEngine::self()->memMeasureSize(this->plugin,address,maxSize); | |
|
88 | 88 | } |
|
89 | 89 | |
|
90 | 90 |
General Comments 0
You need to be logged in to leave comments.
Login now