On Mon, 17 Jul 2023 at 12:32, Philippe Mathieu-Daudé <phi...@linaro.org> wrote:
>
> On 17/7/23 13:30, Philippe Mathieu-Daudé wrote:
> > On 17/7/23 12:35, Peter Maydell wrote:
> >> In CPUSparcState we define the fprs field as uint64_t.  However we
> >> then refer to it in translate.c via a TCGv_i32 which we set up with
> >> tcg_global_mem_new_ptr().  This means that on a big-endian host when
> >> the guest does something to writo te the FPRS register this value
>
> (typo around "write")

Yes, should be "write to" but somehow I managed to transpose
the final letters of the two words...

-- PMM

Reply via email to