Fix RISC-V JIT build#117553
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a build warning on the RISC-V JIT backend by ensuring the address-offset comparison uses matching types.
- Casts the
offsettoUNATIVE_OFFSETbefore comparing toemitDataSize() - Preserves existing logic and assertions
|
@dotnet/samsung Could you please take a look? These changes may be related to riscv64. |
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
RISC-V Release-CLR-VF2: 9083 / 9113 (99.67%)report.xml, report.md, failures.xml, testclr_details.tar.zst RISC-V Release-FX-QEMU: 284027 / 285104 (99.62%)report.xml, report.md, failures.xml, testclr_details.tar.zst RISC-V Release-CLR-QEMU: 9082 / 9112 (99.67%)report.xml, report.md, failures.xml, testclr_details.tar.zst RISC-V Release-FX-VF2: 308188 / 309925 (99.44%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT: |
Fixes #117550.
@dotnet/jit-contrib PTAL.