Skip to content

Commit

Permalink
Fix jit warning in crossgen desktop build.
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/coreclr@75c8c54
  • Loading branch information
erozenfeld committed Dec 21, 2018
1 parent bf3f21f commit 43d655e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/src/jit/gentree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6705,7 +6705,7 @@ GenTreeAllocObj* Compiler::gtNewAllocObjNode(CORINFO_RESOLVED_TOKEN* pResolvedTo
GenTree* opHandle = impTokenToHandle(pResolvedToken, pRuntimeLookup, mustRestoreHandle, useParent);

#ifdef FEATURE_READYTORUN_COMPILER
CORINFO_CONST_LOOKUP lookup;
CORINFO_CONST_LOOKUP lookup = {};

if (opts.IsReadyToRun())
{
Expand Down

0 comments on commit 43d655e

Please sign in to comment.