summaryrefslogtreecommitdiff
path: root/src/debug/daccess/dacdbiimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/daccess/dacdbiimpl.h')
-rw-r--r--src/debug/daccess/dacdbiimpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/daccess/dacdbiimpl.h b/src/debug/daccess/dacdbiimpl.h
index b13c75a561..6655800c80 100644
--- a/src/debug/daccess/dacdbiimpl.h
+++ b/src/debug/daccess/dacdbiimpl.h
@@ -304,8 +304,8 @@ public:
TypeParamsList * pGenericTypeParams);
// Get the target field address of a context or thread local static.
- CORDB_ADDRESS GetThreadOrContextStaticAddress(VMPTR_FieldDesc vmField,
- VMPTR_Thread vmRuntimeThread);
+ CORDB_ADDRESS GetThreadStaticAddress(VMPTR_FieldDesc vmField,
+ VMPTR_Thread vmRuntimeThread);
// Get the target field address of a collectible types static.
CORDB_ADDRESS GetCollectibleTypeStaticAddress(VMPTR_FieldDesc vmField,