This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit 3ccf725
[RyuJIT/ARM32] Fix assertion in 'unreached' when using emitIns_R_L (#11486)
* [RyuJIT/ARM32] Fix assertion in 'unreached'
Now, All of CodeGenBringUpTests have failed.
message : Assertion failed 'unreached' in 'DomainNeutralILStubClass:IL_STUB_PInvoke(ref)'
I found the problem was caused by #11377 that 'genCodeForTreeNode' merged to codegenarmarch.cpp.1 parent 06e4145 commit 3ccf725
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
346 | 349 | | |
| 350 | + | |
347 | 351 | | |
348 | 352 | | |
349 | 353 | | |
| |||
0 commit comments