On 7/28/23 22:57, Richard Henderson wrote:
On 7/28/23 13:51, Richard Henderson wrote:On 7/28/23 12:23, Helge Deller wrote:+ /* endianess-swap if emulating armeb */ + oldval = tswap64(oldval); + newval = tswap64(newval);Oh btw, it's not about arm vs armeb, but guest vs host. This also fixes armel on big-endian hosts.
Even better: One patch fixes multiple issues :-)
Anyway, I adjusted the comment and queued.
Thank you! Helge