[libunwind] [Mips] Fixed libunwind::Registers_mips_o32::jumpto to allow for load delay (PR #152942)
Alex Rønne Petersen via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 17 12:24:15 PDT 2025
alexrp wrote:
> Note: I'm unsure if this is necessary on mips64, I've added it for good measure though
It doesn't really matter at the end of the day, but just FYI, load delay slots were removed in MIPS II, and the first 64-bit version of the architecture was MIPS III.
https://github.com/llvm/llvm-project/pull/152942
More information about the cfe-commits
mailing list