forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: fix some issues in fgIsThrowHlpBlk (dotnet#58510)
We may see no return calls that are not the roots of their trees, so don't assert that the last node must be a call. Update the list of helpers we check for to reflect current practice. Remove the unused SCK_PAUSE_EXEC. Fixes dotnet#58372.
- Loading branch information
1 parent
d5f40ec
commit 9a5baa9
Showing
3 changed files
with
12 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters