summaryrefslogtreecommitdiff
path: root/src/vm/frames.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/frames.h')
-rw-r--r--src/vm/frames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/frames.h b/src/vm/frames.h
index 5da6bcdacd..db58228657 100644
--- a/src/vm/frames.h
+++ b/src/vm/frames.h
@@ -487,7 +487,7 @@ public:
// indicate the current X86 IP address within the current method
// return 0 if the information is not available
- virtual const PTR_BYTE GetIP()
+ virtual PTR_BYTE GetIP()
{
LIMITED_METHOD_CONTRACT;
return NULL;