summaryrefslogtreecommitdiff
path: root/src/vm/stackwalk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/stackwalk.h')
-rw-r--r--src/vm/stackwalk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vm/stackwalk.h b/src/vm/stackwalk.h
index f8bd519106..3de8c6acef 100644
--- a/src/vm/stackwalk.h
+++ b/src/vm/stackwalk.h
@@ -107,6 +107,7 @@ public:
BOOL IsInCalleesFrames(LPVOID stackPointer);
+#ifndef DACCESS_COMPILE
/* Returns address of the securityobject stored in the current function (method?)
Returns NULL if
- not a function OR
@@ -114,6 +115,7 @@ public:
(which is an error)
*/
OBJECTREF * GetAddrOfSecurityObject();
+#endif // DACCESS_COMPILE
// Fetch the extra type argument passed in some cases
PTR_VOID GetParamTypeArg();