On 8/24/2026 8:58 AM, Matheus Tavares Bernardino wrote: > gen_load_locked4u() and gen_load_locked8u() read guest memory with an > explicit MO_LE, but gen_store_conditional4() and > gen_store_conditional8() are missing that, so we wrongly access guest > memory in host byte order. > > Signed-off-by: Matheus Tavares Bernardino > <[email protected]> > --- > target/hexagon/genptr.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
