Skip to content

Commit

Permalink
Add weak WinRT handle kind (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtn authored Feb 4, 2020
1 parent 2b8b6cf commit 2fde642
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SOS/Strike/gcroot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ static const char *NameForHandle(unsigned int type)
return "async pinned";
case 8:
return "sized ref";
case 9:
return "weak WinRT";
}

return "unknown";
Expand Down

0 comments on commit 2fde642

Please sign in to comment.