Skip to content

Commit

Permalink
Merge in 'release/5.0' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Dec 11, 2020
2 parents 968afdf + 5166da4 commit 2d2f618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/src/jit/emitxarch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3113,7 +3113,7 @@ void emitter::emitInsStoreInd(instruction ins, emitAttr attr, GenTreeStoreInd* m
}

// Updating variable liveness after instruction was emitted
codeGen->genUpdateLife(varNode);
codeGen->genUpdateLife(mem);
return;
}

Expand Down

0 comments on commit 2d2f618

Please sign in to comment.