Fix AV in crossgen when generating PDBs (#16184)
authorAndy Ayers <andya@microsoft.com>
Sat, 3 Feb 2018 01:20:48 +0000 (17:20 -0800)
committerGitHub <noreply@github.com>
Sat, 3 Feb 2018 01:20:48 +0000 (17:20 -0800)
commit4e617da457eb1a1a144c814313cbd34bc02ccc54
tree8b888074f4090dc1a8ef2b187e308be17513acb6
parentba10b498431eb0945cec8549d4a24a7edc717abd
Fix AV in crossgen when generating PDBs (#16184)

I missed updating one of the callers of `ReadyToRunInfo::GetEntryPoint`
in #15801. Fix by making the last arg explicit so this kind of type
confusion error is less likely, and updating the missed call site.

Closes #16177.
src/vm/prestub.cpp
src/vm/readytoruninfo.cpp
src/vm/readytoruninfo.h