Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Native')
-rw-r--r--src/Native/Runtime/inc/gcinfo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Native/Runtime/inc/gcinfo.h b/src/Native/Runtime/inc/gcinfo.h
index 405973aa4..8699fad3d 100644
--- a/src/Native/Runtime/inc/gcinfo.h
+++ b/src/Native/Runtime/inc/gcinfo.h
@@ -842,6 +842,11 @@ public:
}
#endif // _TARGET_AMD64_
+ void SetFuncletOffset(UInt32 offset)
+ {
+ funcletOffset = offset;
+ }
+
//
// GETTERS
//