summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/jit/gentree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/gentree.cpp b/src/jit/gentree.cpp
index ad34859547..002ac8e7e2 100644
--- a/src/jit/gentree.cpp
+++ b/src/jit/gentree.cpp
@@ -6701,7 +6701,7 @@ GenTreeAllocObj* Compiler::gtNewAllocObjNode(CORINFO_RESOLVED_TOKEN* pResolvedTo
const BOOL mustRestoreHandle = TRUE;
BOOL* const pRuntimeLookup = nullptr;
bool usingReadyToRunHelper = false;
- CorInfoHelpFunc helper;
+ CorInfoHelpFunc helper = CORINFO_HELP_UNDEF;
GenTree* opHandle = impTokenToHandle(pResolvedToken, pRuntimeLookup, mustRestoreHandle, useParent);
#ifdef FEATURE_READYTORUN_COMPILER