ARM: thumb mode flag generating issue #8608
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
question
Answer questions and provide assistance, not an issue with source code or documentation.
Milestone
Hi, there is a very strange bug in Legacy JIT.
When the symbol is loaded into the register REG_JUMP_THUNK_PARAM, it's without thumb +1 flag.
Symbol is RhpUniversalTransition from CoreRT. I looked at the code, the relocation should be set to thumb mov32, but why the symbol is eventually loaded without +1 is not clear. Can anyone say anything about this?
The text was updated successfully, but these errors were encountered: