You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Report bad code when localloc is in a funclet (#121113)
The interpreter didn't check that localloc is not valid in funclets.
Couple of coreclr tests were failing due to that.
To make this work properly, I've removed marking blocks with BBClauseTry
as it was not used for anything and preventing the check for code being
in funclet working properly.
0 commit comments