summaryrefslogtreecommitdiff
path: root/src/jit/emit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/emit.h')
-rw-r--r--src/jit/emit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jit/emit.h b/src/jit/emit.h
index 7d6e43f90f..876dc085fc 100644
--- a/src/jit/emit.h
+++ b/src/jit/emit.h
@@ -1927,6 +1927,9 @@ public:
regMaskTP emitGetGCRegsSavedOrModified(CORINFO_METHOD_HANDLE methHnd);
+ // Gets a register mask that represent the kill set for a NoGC helper call.
+ regMaskTP emitGetGCRegsKilledByNoGCCall(CorInfoHelpFunc helper);
+
#if EMIT_TRACK_STACK_DEPTH
unsigned emitCntStackDepth; // 0 in prolog/epilog, One DWORD elsewhere
unsigned emitMaxStackDepth; // actual computed max. stack depth