qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] risu-m68k: update fpregs


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] risu-m68k: update fpregs
Date: Mon, 20 Feb 2017 12:14:42 +0000

On 19 February 2017 at 20:02, Laurent Vivier <address@hidden> wrote:
> f_fpregs is a 2d array, not 1d:
>
>  typedef struct fpregset
>  {
>    int f_pcr;
>    int f_psr;
>    int f_fpiaddr;
>  #ifdef __mcoldfire__
>    int f_fpregs[8][2];
>  #else
>    int f_fpregs[8][3];
>  #endif
>  } fpregset_t;
>
> For the moment, we don't manage ColdFire case, only 680x0.
>
> Signed-off-by: Laurent Vivier <address@hidden>

Thanks; applied to target-arm.next.

I've also pushed out support for building risu into a separate
build directory, and a 'build-all-archs' script that will
build every target CPU arch that you have a cross compiler
installed for (Debian and Ubuntu package cross compilers for
everything, helpfully).

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]