Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: fix assert seen in some OSR cases (dotnet#68048)
As a result of dotnet#67884, OSR compilations were looking at data in the `gsShadowVarInfo` array in cases where it was not initialized. Fix is to null out `gsShadowVarInfo` array if there are no shadowed params. Fixes dotnet#68003.
- Loading branch information