summaryrefslogtreecommitdiff
path: root/function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'function.cpp')
-rw-r--r--function.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/function.cpp b/function.cpp
index 0e1fa5cf..66b2aade 100644
--- a/function.cpp
+++ b/function.cpp
@@ -358,6 +358,7 @@ vector<StackVariableReference> Function::GetStackVariablesReferencedByInstructio
ref.name = refs[i].name;
ref.var = Variable::FromIdentifier(refs[i].varIdentifier);
ref.referencedOffset = refs[i].referencedOffset;
+ ref.size = refs[i].size;
result.push_back(ref);
}