Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update CastHelpers.cs
  • Loading branch information
EgorBo authored Jun 14, 2022
commit e645a9874ff1ce8174926079d0ff397a765cca56
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ private static CastResult TryGet(nuint source, nuint target)
{
MethodTable* mt = RuntimeHelpers.GetMethodTable(obj);

// Normally, this case is expected to be handled by JIT inline.
// Normally, this case is expected to be handled by JIT inline.
// However, with PGO data JIT might decide to check a different type instead
// so this one has to be always checked here
if (toTypeHnd == mt)
Expand Down