Commit 175a49e
[mono][wasm] Disable AOTing methods which contain catch clauses inside finally/filter clauses. (#78732)
When the ENDFINALLY opcode of the outer clause is encountered
while executing the inner catch clause from run_with_il_state (),
it will assert since it doesn't know where to continue execution.
Co-authored-by: Zoltan Varga <vargaz@gmail.com>1 parent b5e5ef6 commit 175a49e
2 files changed
+25
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6554 | 6554 | | |
6555 | 6555 | | |
6556 | 6556 | | |
6557 | | - | |
6558 | | - | |
6559 | 6557 | | |
6560 | 6558 | | |
6561 | 6559 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3303 | 3303 | | |
3304 | 3304 | | |
3305 | 3305 | | |
3306 | | - | |
3307 | | - | |
3308 | | - | |
| 3306 | + | |
| 3307 | + | |
| 3308 | + | |
| 3309 | + | |
| 3310 | + | |
| 3311 | + | |
| 3312 | + | |
| 3313 | + | |
| 3314 | + | |
| 3315 | + | |
| 3316 | + | |
| 3317 | + | |
| 3318 | + | |
| 3319 | + | |
| 3320 | + | |
| 3321 | + | |
| 3322 | + | |
| 3323 | + | |
| 3324 | + | |
| 3325 | + | |
| 3326 | + | |
| 3327 | + | |
| 3328 | + | |
| 3329 | + | |
| 3330 | + | |
3309 | 3331 | | |
3310 | 3332 | | |
3311 | 3333 | | |
| |||
0 commit comments