Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17201 from BruceForstall/FixDiffable
Browse files Browse the repository at this point in the history
Fix a case of non-diffable JitDump
  • Loading branch information
BruceForstall authored Mar 25, 2018
2 parents 699dc1e + 14b2e93 commit 19f470b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jit/lclvars.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2495,7 +2495,7 @@ void Compiler::lvaUpdateClass(unsigned varNum, CORINFO_CLASS_HANDLE clsHnd, bool
// Class info matched. Are we updating exactness?
if (isExact)
{
JITDUMP("\nlvaUpdateClass: Updating class for V%02i (%p) %s to be exact\n", varNum, varDsc->lvClassHnd,
JITDUMP("\nlvaUpdateClass: Updating class for V%02i (%p) %s to be exact\n", varNum, dspPtr(varDsc->lvClassHnd),
info.compCompHnd->getClassName(varDsc->lvClassHnd));

varDsc->lvClassIsExact = isExact;
Expand Down

0 comments on commit 19f470b

Please sign in to comment.