summaryrefslogtreecommitdiff
path: root/ZAPD/ZPointer.cpp
diff options
context:
space:
mode:
authorLouis <35883445+louist103@users.noreply.github.com>2023-10-22 11:37:36 -0400
committerLouis <35883445+louist103@users.noreply.github.com>2023-10-22 11:37:36 -0400
commitcc8bd2fd01672446bb2f4613f402f2310f5ce62d (patch)
tree2b654661000be9e039055b2f2826ff6b0e1dfc5d /ZAPD/ZPointer.cpp
parent3d8a9c1efe15ad84bfca78a5a08a02489d8ed98c (diff)
Fixes for MM
Diffstat (limited to 'ZAPD/ZPointer.cpp')
-rw-r--r--ZAPD/ZPointer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZPointer.cpp b/ZAPD/ZPointer.cpp
index 6e6945c..61ad9ac 100644
--- a/ZAPD/ZPointer.cpp
+++ b/ZAPD/ZPointer.cpp
@@ -31,7 +31,7 @@ std::string ZPointer::GetBodySourceCode() const
{
std::string ptrName;
- Globals::Instance->GetSegmentedPtrName(ptr, parent, "", ptrName);
+ Globals::Instance->GetSegmentedPtrName(ptr, parent, "", ptrName, parent->workerID, false);
return ptrName;
}