On Mon, 11 May 2020 at 14:23, Peter Maydell wrote:
>
> On Mon, 11 May 2020 at 14:11, Amanieu d'Antras wrote:
> >
> > This fixes signal handlers running with the wrong endianness if the
> > interrupted code used SETEND to dynamically switch endianness.
> >
> > Signed-off-by: Amanieu d'Antras
> >
On Mon, 11 May 2020 at 14:11, Amanieu d'Antras wrote:
>
> This fixes signal handlers running with the wrong endianness if the
> interrupted code used SETEND to dynamically switch endianness.
>
> Signed-off-by: Amanieu d'Antras
> ---
> linux-user/arm/signal.c | 8 +++-
> 1 file changed, 7 ins
This fixes signal handlers running with the wrong endianness if the
interrupted code used SETEND to dynamically switch endianness.
Signed-off-by: Amanieu d'Antras
---
linux-user/arm/signal.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/linux-user/arm/signal.c b/linu