summaryrefslogtreecommitdiff
path: root/src/jit/codegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/codegen.h')
-rw-r--r--src/jit/codegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/codegen.h b/src/jit/codegen.h
index ef1443d0fa..04f697cb2d 100644
--- a/src/jit/codegen.h
+++ b/src/jit/codegen.h
@@ -414,7 +414,7 @@ protected:
#ifdef PROFILING_SUPPORTED
void genProfilingEnterCallback(regNumber initReg, bool* pInitRegZeroed);
- void genProfilingLeaveCallback(unsigned helper = CORINFO_HELP_PROF_FCN_LEAVE);
+ void genProfilingLeaveCallback(unsigned helper);
#endif // PROFILING_SUPPORTED
void genPrologPadForReJit();