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 ACD updates when a non-enclosing EH region is removed
When an EH region is removed, the JIT must make suitable updates to any existing AddCodeDescs (ACDs). We were missing logic for the case where the removed region was not the enclosing region of the ACD. Fixes dotnet#110346. We still need to adjust the try/handler index
- Loading branch information
1 parent
efd5a63
commit 841f20c
Showing
1 changed file
with
22 additions
and
10 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