On 3/13/25 10:11, Pierrick Bouvier wrote:
-uint64_t cpu_ldq_le_mmuidx_ra(CPUArchState *env, abi_ptr ptr, - int mmu_idx, uintptr_t ra);Not related to the change, but the naming _ra is very confusing, since it means the opposite of what it seems. *NO* requirement alignment, when you expect the opposite.
*_ra stands for "return address". r~