Skip to content

Commit 2d2f618

Browse files
committed
Merge in 'release/5.0' changes
2 parents 968afdf + 5166da4 commit 2d2f618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/src/jit/emitxarch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3113,7 +3113,7 @@ void emitter::emitInsStoreInd(instruction ins, emitAttr attr, GenTreeStoreInd* m
31133113
}
31143114

31153115
// Updating variable liveness after instruction was emitted
3116-
codeGen->genUpdateLife(varNode);
3116+
codeGen->genUpdateLife(mem);
31173117
return;
31183118
}
31193119

0 commit comments

Comments
 (0)